aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek2023-09-11 16:10:46 +0200
committerMichal Simek2023-09-21 13:20:11 +0200
commitcfc294c082000199bbea014715c9b2f07a8a9831 (patch)
treed22d1c34a3e6cce85865cc48e283b23e39620271
parenta5d2721bb2697306c7534e6c9f7c84c6bdc6a4d1 (diff)
arm64: zynqmp: Rename xlnx, mio_bank to xlnx, mio-bank for DLC21
xlnx,mio_bank was used in past but it was renamed to xlnx,mio-bank because '_' in property shoudln't be used. There is no impact on the platform because if the properly is not defined bank 0 is default. Bank 0 and 1 have the same configuration that's why there shouldn't be any issue. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/ace68d4b7701d1606a85cb18242409fce941b363.1694441445.git.michal.simek@amd.com
-rw-r--r--arch/arm/dts/zynqmp-dlc21-revA.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/zynqmp-dlc21-revA.dts b/arch/arm/dts/zynqmp-dlc21-revA.dts
index 1b247bfa894..016081ef7b9 100644
--- a/arch/arm/dts/zynqmp-dlc21-revA.dts
+++ b/arch/arm/dts/zynqmp-dlc21-revA.dts
@@ -61,14 +61,14 @@
non-removable;
disable-wp;
bus-width = <8>;
- xlnx,mio_bank = <0>;
+ xlnx,mio-bank = <0>;
};
&sdhci1 { /* sd1 MIO45-51 cd in place */
status = "okay";
no-1-8-v;
disable-wp;
- xlnx,mio_bank = <1>;
+ xlnx,mio-bank = <1>;
};
&psgtr {