[U-Boot] [PATCH] arm64: versal: Fix sdhci node address for versal-mini-emmc1
Michal Simek
michal.simek at xilinx.com
Mon Oct 14 12:50:43 UTC 2019
Add missing trailing 0 to mach node name address with reg property.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
arch/arm/dts/versal-mini-emmc1.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/versal-mini-emmc1.dts b/arch/arm/dts/versal-mini-emmc1.dts
index 9ecb1ce5dcef..4e0758f61893 100644
--- a/arch/arm/dts/versal-mini-emmc1.dts
+++ b/arch/arm/dts/versal-mini-emmc1.dts
@@ -35,7 +35,7 @@
#size-cells = <0x2>;
ranges;
- sdhci1: sdhci at f105000 {
+ sdhci1: sdhci at f1050000 {
compatible = "xlnx,versal-8.9a", "arasan,sdhci-8.9a";
status = "okay";
reg = <0x0 0xf1050000 0x0 0x10000>;
--
2.17.1
More information about the U-Boot
mailing list