All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: tegra: Fix Tegra234 VDK node names
@ 2020-11-18 16:04 Jon Hunter
  2020-11-19 10:42 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Hunter @ 2020-11-18 16:04 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Rob Herring, devicetree, linux-tegra, Jon Hunter, Ashish Singhal

When the device-tree board file was added for the Tegra234 VDK simulator
it incorrectly used the names 'cbb' and 'sdhci' instead of 'bus' and
'mmc', respectively. The names 'bus' and 'mmc' are required by the
device-tree json-schema validation tools. Therefore, fix this by
renaming these nodes accordingly.

Fixes: 639448912ba1 ("arm64: tegra: Initial Tegra234 VDK support")

Reported-by: Ashish Singhal <ashishsingha@nvidia.com>
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
---
 arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts b/arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts
index f6e6a24829af..b5d9a5526272 100644
--- a/arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts
+++ b/arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts
@@ -8,7 +8,7 @@ / {
 	compatible = "nvidia,tegra234-vdk", "nvidia,tegra234";
 
 	aliases {
-		sdhci3 = "/cbb@0/sdhci@3460000";
+		mmc3 = "/bus@0/mmc@3460000";
 		serial0 = &uarta;
 	};
 
@@ -17,12 +17,12 @@ chosen {
 		stdout-path = "serial0:115200n8";
 	};
 
-	cbb@0 {
+	bus@0 {
 		serial@3100000 {
 			status = "okay";
 		};
 
-		sdhci@3460000 {
+		mmc@3460000 {
 			status = "okay";
 			bus-width = <8>;
 			non-removable;
-- 
2.25.1


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

* Re: [PATCH] arm64: tegra: Fix Tegra234 VDK node names
  2020-11-18 16:04 [PATCH] arm64: tegra: Fix Tegra234 VDK node names Jon Hunter
@ 2020-11-19 10:42 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2020-11-19 10:42 UTC (permalink / raw)
  To: Jon Hunter; +Cc: Rob Herring, devicetree, linux-tegra, Ashish Singhal

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]

On Wed, Nov 18, 2020 at 04:04:58PM +0000, Jon Hunter wrote:
> When the device-tree board file was added for the Tegra234 VDK simulator
> it incorrectly used the names 'cbb' and 'sdhci' instead of 'bus' and
> 'mmc', respectively. The names 'bus' and 'mmc' are required by the
> device-tree json-schema validation tools. Therefore, fix this by
> renaming these nodes accordingly.
> 
> Fixes: 639448912ba1 ("arm64: tegra: Initial Tegra234 VDK support")
> 
> Reported-by: Ashish Singhal <ashishsingha@nvidia.com>
> Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
> ---
>  arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2020-11-19 10:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-18 16:04 [PATCH] arm64: tegra: Fix Tegra234 VDK node names Jon Hunter
2020-11-19 10:42 ` Thierry Reding

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.