arm64: versal: Fix sdhci node address for versal-mini-emmc1

Add missing trailing 0 to mach node name address with reg property.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2019-10-01 15:52:35 +02:00
parent 3a79c6052a
commit c126ba4f43
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#size-cells = <0x2>;
ranges;
sdhci1: sdhci@f105000 {
sdhci1: sdhci@f1050000 {
compatible = "xlnx,versal-8.9a", "arasan,sdhci-8.9a";
status = "okay";
reg = <0x0 0xf1050000 0x0 0x10000>;