commit | 498579ae252dce3dcf90767a3e916fd0714a505e | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Sat Jan 29 11:58:53 2022 +0100 |
committer | Marti Bolivar <marti.bolivar@nordicsemi.no> | Tue Feb 22 11:58:33 2022 -0800 |
tree | 0d4d2bcc2b9772681161890a1e50290273c08df7 | |
parent | b7cbddba05689f562f2aa1574ee721bdefbe26e2 [diff] |
drivers: misc: grove_lcd_rgb: use i2c_dt_spec Modernize the driver a little bit by using i2c_dt_spec. Note that the RGB on its own is another I2C device connected to the same bus. Ideally, both should be defined in Devicetree, but this has not been done for now. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>