From a6c093fb0dc6cf2e154ab3c0f09259427186d665 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Mon, 19 May 2025 21:56:58 +0800 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/18242 Signed-off-by: Hauke Mehrtens --- .../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@77 { + reg = <0x77>; status = "disabled"; }; }; -- 2.30.2