[openwrt/openwrt] qoriq: dts: add missing reg property for WatchGuard Firebox M300
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 19 12:56:55 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/a6c093fb0dc6cf2e154ab3c0f09259427186d665
commit a6c093fb0dc6cf2e154ab3c0f09259427186d665
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Mon May 19 21:56:58 2025 +0800
qoriq: dts: add missing reg property for WatchGuard Firebox M300
Set the reg property value based on node name "pca9547 at 77". This
patch fixes the following dtc warning:
watchguard-firebox-m300.dts:364.14-366.5: Warning (i2c_bus_reg): /soc at ffe000000/i2c at 118000/pca9547 at 77: missing or empty reg property
Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18242
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
.../qoriq/files/arch/powerpc/boot/dts/fsl/watchguard-firebox-m300.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/qoriq/files/arch/powerpc/boot/dts/fsl/watchguard-firebox-m300.dts b/target/linux/qoriq/files/arch/powerpc/boot/dts/fsl/watchguard-firebox-m300.dts
index 6628e0eb23..1e24a25ccd 100644
--- a/target/linux/qoriq/files/arch/powerpc/boot/dts/fsl/watchguard-firebox-m300.dts
+++ b/target/linux/qoriq/files/arch/powerpc/boot/dts/fsl/watchguard-firebox-m300.dts
@@ -362,6 +362,7 @@
reg = <0x32>;
};
pca9547 at 77 {
+ reg = <0x77>;
status = "disabled";
};
};
More information about the lede-commits
mailing list