]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: sc7280-chrome-common: Remove duplicate node
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Mon, 28 Jul 2025 09:33:52 +0000 (11:33 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 12 Aug 2025 02:31:58 +0000 (21:31 -0500)
sc7280.dtsi already includes the very same definition (bar 'memory@'
vs 'video@', which doesn't matter). Remove the duplicate to fix a lot
of dtbs W=1 warning instances (unique_unit_address_if_enabled).

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Acked-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20250728-topic-chrome_dt_fixup-v1-1-1fc38a95d5ea@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi

index 8b4239f13748fe591b68a163f37993f9e84c2de0..84c6d662b54f8c87de56c02100e2b491094f90b3 100644 (file)
                        reg = <0x0 0x8ad00000 0x0 0x500000>;
                        no-map;
                };
-
-               venus_mem: memory@8b200000 {
-                       reg = <0x0 0x8b200000 0x0 0x500000>;
-                       no-map;
-               };
        };
 };