commit | 22d0df576355a82ab14dfd04699df748f544cc95 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Fri Sep 13 11:28:44 2024 +0200 |
committer | Michal Simek <michal.simek@amd.com> | Fri Sep 20 15:31:41 2024 +0200 |
tree | b85a76dd3675418444e161f2a403e3a4140e6960 | |
parent | 5368d40780ab556bc9224fa76c50aafa94299a53 [diff] [blame] |
xilinx: Fix axi and mmc node names in mini configuration amba is not approved node name for simple-bus that's why use axi instead to be aligned with other xilinx boards. Node reference is not changed that's why there is no impact but also mini configuration will never gets to OS that's why nothing should be affected from OS perspective (paths in /proc/ for example). Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/1b18a69ae47bdcb1a0795af7621d13bfecfc9861.1726219714.git.michal.simek@amd.com
diff --git a/arch/arm/dts/versal-mini-emmc1.dts b/arch/arm/dts/versal-mini-emmc1.dts index 751cc38..e6a5c2b 100644 --- a/arch/arm/dts/versal-mini-emmc1.dts +++ b/arch/arm/dts/versal-mini-emmc1.dts
@@ -28,7 +28,7 @@ bootph-all; }; - amba: amba { + amba: axi { bootph-all; compatible = "simple-bus"; #address-cells = <0x2>;