Skip to content
Snippets Groups Projects
Commit c126ba4f authored by Michal Simek's avatar Michal Simek
Browse files

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: default avatarMichal Simek <michal.simek@xilinx.com>
parent 3a79c605
No related branches found
No related tags found
No related merge requests found
......@@ -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>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment