]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: zynqmp: Rename xlnx, mio_bank to xlnx, mio-bank for DLC21
authorMichal Simek <michal.simek@amd.com>
Mon, 11 Sep 2023 14:10:46 +0000 (16:10 +0200)
committerMichal Simek <michal.simek@amd.com>
Thu, 21 Sep 2023 11:20:11 +0000 (13:20 +0200)
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
arch/arm/dts/zynqmp-dlc21-revA.dts

index 1b247bfa8944389ae8af07472b566946a4ac9f99..016081ef7b99777a197453aeb3bfbf7c5511ed49 100644 (file)
        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 {