qoriq: dts: add missing reg property for WatchGuard Firebox M300
authorShiji Yang <[email protected]>
Mon, 19 May 2025 13:56:58 +0000 (21:56 +0800)
committerHauke Mehrtens <[email protected]>
Sun, 19 Oct 2025 19:55:34 +0000 (21:55 +0200)
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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/18242
Signed-off-by: Hauke Mehrtens <[email protected]>
target/linux/qoriq/files/arch/powerpc/boot/dts/fsl/watchguard-firebox-m300.dts

index 6628e0eb23eb76ee9f64a226e35dec61beb2e9a8..1e24a25ccd795fe85ec7b45dde8ccd87d6ba792b 100644 (file)
                        reg = <0x32>;
                };
                pca9547@77 {
+                       reg = <0x77>;
                        status = "disabled";
                };
        };