]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ipq40xx: dts: fix led-controller node name for Netgear LBR20
authorShiji Yang <yangshiji66@outlook.com>
Mon, 19 May 2025 13:56:58 +0000 (21:56 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 20 Jul 2025 13:33:02 +0000 (15:33 +0200)
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>
target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts

index 2ce7af9875a87d99961d6f8227cd3325efd2a2e6..50fdf1662d80cd58f88064bc7908fde416a193c0 100644 (file)
 &blsp1_i2c3 {
        status = "okay";
 
-       led-controller {
+       led-controller@27 {
                #address-cells = <1>;
                #size-cells = <0>;
                compatible = "ti,tlc59108"; /* really is tlc59208f */