All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: sc7180: Add unit name to soc node
@ 2020-03-04 18:56 Douglas Anderson
  2020-03-04 21:21 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Douglas Anderson @ 2020-03-04 18:56 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson
  Cc: Douglas Anderson, Mark Rutland, Rajendra Nayak, Rob Herring,
	Stephen Boyd, Taniya Das, devicetree, linux-arm-msm,
	linux-kernel

This is just like commit a1875bf98290 ("arm64: dts: qcom: sdm845: Add
unit name to soc node") but for sc7180.

For reference, the warning being fixed was:
  Warning (unit_address_vs_reg): /soc:
  node has a reg or ranges property, but no unit name

Fixes: 90db71e48070 ("arm64: dts: sc7180: Add minimal dts/dtsi files for SC7180 soc")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 arch/arm64/boot/dts/qcom/sc7180.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index 253274d5f04c..8e71f543819e 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -359,7 +359,7 @@ psci {
 		method = "smc";
 	};
 
-	soc: soc {
+	soc: soc@0 {
 		#address-cells = <2>;
 		#size-cells = <2>;
 		ranges = <0 0 0 0 0x10 0>;
-- 
2.25.0.265.gbab2e86ba0-goog


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: dts: sc7180: Add unit name to soc node
  2020-03-04 18:56 [PATCH] arm64: dts: sc7180: Add unit name to soc node Douglas Anderson
@ 2020-03-04 21:21 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2020-03-04 21:21 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Douglas Anderson
  Cc: Douglas Anderson, Mark Rutland, Rajendra Nayak, Rob Herring,
	Taniya Das, devicetree, linux-arm-msm, linux-kernel

Quoting Douglas Anderson (2020-03-04 10:56:56)
> This is just like commit a1875bf98290 ("arm64: dts: qcom: sdm845: Add
> unit name to soc node") but for sc7180.
> 
> For reference, the warning being fixed was:
>   Warning (unit_address_vs_reg): /soc:
>   node has a reg or ranges property, but no unit name
> 
> Fixes: 90db71e48070 ("arm64: dts: sc7180: Add minimal dts/dtsi files for SC7180 soc")
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-04 21:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-04 18:56 [PATCH] arm64: dts: sc7180: Add unit name to soc node Douglas Anderson
2020-03-04 21:21 ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.