ipq40xx: dts: fix led-controller node name for Netgear LBR20
The node name should include the reg property value. Fix warning: qcom-ipq4019-lbr20.dts:415.17-449.4: Warning (i2c_bus_reg): /soc/i2c@78b7000/led-controller: I2C bus unit address format error, expected "27" Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/18725 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
07a7281ebd
commit
ddbd360fcc
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@
|
|||
&blsp1_i2c3 {
|
||||
status = "okay";
|
||||
|
||||
led-controller {
|
||||
led-controller@27 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
compatible = "ti,tlc59108"; /* really is tlc59208f */
|
||||
|
|
Loading…
Reference in a new issue