diff options
| author | Shiji Yang | 2025-05-19 13:56:58 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-10-19 19:55:34 +0000 |
| commit | a6c093fb0dc6cf2e154ab3c0f09259427186d665 (patch) | |
| tree | 76a30e424df98aee45e18b9dd1fe062e985cf16a | |
| parent | b5fb6be45ab183efc78e3832bbd1d0aa97291aa5 (diff) | |
| download | openwrt-a6c093fb0dc6cf2e154ab3c0f09259427186d665.tar.gz | |
qoriq: dts: add missing reg property for WatchGuard Firebox M300
Set the reg property value based on node name "pca9547@77". This
patch fixes the following dtc warning:
watchguard-firebox-m300.dts:364.14-366.5: Warning (i2c_bus_reg): /soc@ffe000000/i2c@118000/pca9547@77: missing or empty reg property
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18242
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/qoriq/files/arch/powerpc/boot/dts/fsl/watchguard-firebox-m300.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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@77 { + reg = <0x77>; status = "disabled"; }; }; |