[PATCH] arm64: dts: qcom: sc7280-chrome-common: Remove duplicate node

Konrad Dybcio posted 1 patch 2 months, 1 week ago
arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi | 5 -----
1 file changed, 5 deletions(-)
[PATCH] arm64: dts: qcom: sc7280-chrome-common: Remove duplicate node
Posted by Konrad Dybcio 2 months, 1 week ago
From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

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>
---
 arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi b/arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi
index 8b4239f13748fe591b68a163f37993f9e84c2de0..84c6d662b54f8c87de56c02100e2b491094f90b3 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi
@@ -44,11 +44,6 @@ camera_mem: memory@8ad00000 {
 			reg = <0x0 0x8ad00000 0x0 0x500000>;
 			no-map;
 		};
-
-		venus_mem: memory@8b200000 {
-			reg = <0x0 0x8b200000 0x0 0x500000>;
-			no-map;
-		};
 	};
 };
 

---
base-commit: d7af19298454ed155f5cf67201a70f5cf836c842
change-id: 20250728-topic-chrome_dt_fixup-f44d6b7cc9fb

Best regards,
-- 
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Re: [PATCH] arm64: dts: qcom: sc7280-chrome-common: Remove duplicate node
Posted by Bjorn Andersson 1 month, 3 weeks ago
On Mon, 28 Jul 2025 11:33:52 +0200, Konrad Dybcio wrote:
> 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).
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sc7280-chrome-common: Remove duplicate node
      commit: 642af3f3d59003657483d60bb6b7229a43ff56e7

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] arm64: dts: qcom: sc7280-chrome-common: Remove duplicate node
Posted by Doug Anderson 2 months, 1 week ago
Hi,

On Mon, Jul 28, 2025 at 2:34 AM 'Konrad Dybcio' via
cros-qcom-dts-watchers <cros-qcom-dts-watchers@chromium.org> wrote:
>
> From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
>
> 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>
> ---
>  arch/arm64/boot/dts/qcom/sc7280-chrome-common.dtsi | 5 -----
>  1 file changed, 5 deletions(-)

Seems reasonable to me:

Acked-by: Douglas Anderson <dianders@chromium.org>