[openwrt/openwrt] ipq40xx: dts: fix led-controller node name for Netgear LBR20

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 20 06:38:35 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ddbd360fcc5e8cdf9a18d7393c5d0c8645941be0

commit ddbd360fcc5e8cdf9a18d7393c5d0c8645941be0
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Mon May 19 21:56:58 2025 +0800

    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 at 78b7000/led-controller: I2C bus unit address format error, expected "27"
    
    Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
    Link: https://github.com/openwrt/openwrt/pull/18725
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 .../ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts
index 2ce7af9875..50fdf1662d 100644
--- a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts
+++ b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts
@@ -411,7 +411,7 @@
 &blsp1_i2c3 {
 	status = "okay";
 
-	led-controller {
+	led-controller at 27 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		compatible = "ti,tlc59108"; /* really is tlc59208f */




More information about the lede-commits mailing list