From: Phil Elwell Date: Thu, 2 Nov 2023 10:39:11 +0000 (+0000) Subject: dts: bcm2712-rpi-5-b: Create some dummy nodes X-Git-Tag: accepted/tizen/unified/20240422.153132~277 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06342d591c257ae6b47837154f83d49536db6713;p=platform%2Fkernel%2Flinux-rpi.git dts: bcm2712-rpi-5-b: Create some dummy nodes The kernel now treats multiple fragments targeting the same node as an error. For this reason, it is important that labels created just for compatibility with other systems (e.g. i2c0if and i2c0mux) are attached to unique nodes, not just tacked onto existing nodes. Signed-off-by: Phil Elwell --- diff --git a/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts b/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts index 1edc239..b0f7da5 100644 --- a/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts +++ b/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts @@ -157,6 +157,12 @@ dummy: dummy { // A target for unwanted overlay fragments }; + + + // A few extra labels to keep overlays happy + + i2c0if: i2c0if {}; + i2c0mux: i2c0mux {}; }; rp1_target: &pcie2 { @@ -243,11 +249,6 @@ aux: &dummy {}; #include "bcm2712-rpi.dtsi" -// A few extra labels to keep overlays happy - -i2c0if: &rp1_gpio {}; -i2c0mux: &rp1_gpio {}; - i2c_csi_dsi0: &i2c6 { // Note: This is for MIPI0 connector only pinctrl-0 = <&rp1_i2c6_38_39>; pinctrl-names = "default";