mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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:
@@ -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>;
|
||||
|
Reference in New Issue
Block a user