]> git.baikalelectronics.ru Git - uboot.git/commitdiff
arm64: zynqmp: Add emmc specific parameters
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>
Tue, 16 Feb 2021 14:02:14 +0000 (07:02 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 30 Mar 2021 10:03:24 +0000 (12:03 +0200)
EMMC will have bus-width 8 and it is non-removable in general. These
are missing from dt node. Add bus-width and non-removable parameters
to emmc node.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-mini-emmc0.dts
arch/arm/dts/zynqmp-mini-emmc1.dts

index 2213bb2fdf6cac626266a01641c6c61c6126a588..8467dd8e1cc767b9e951b87c8eaa8abeed502de1 100644 (file)
@@ -51,6 +51,8 @@
                        u-boot,dm-pre-reloc;
                        compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
                        status = "disabled";
+                       non-removable;
+                       bus-width = <8>;
                        reg = <0x0 0xff160000 0x0 0x1000>;
                        clock-names = "clk_xin", "clk_ahb";
                        clocks = <&clk_xin &clk_xin>;
index 0538da468b3e3227e45e509fb2b8b07f53fa5251..2afcc7751b9f078c42887c70081ccfd5e54a6a73 100644 (file)
@@ -51,6 +51,8 @@
                        u-boot,dm-pre-reloc;
                        compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
                        status = "disabled";
+                       non-removable;
+                       bus-width = <8>;
                        reg = <0x0 0xff170000 0x0 0x1000>;
                        clock-names = "clk_xin", "clk_ahb";
                        clocks = <&clk_xin &clk_xin>;