diff options
author | Michal Simek <michal.simek@xilinx.com> | 2021-01-21 11:26:55 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2021-05-19 09:44:50 +0200 |
commit | 26d8eccea798f8fec7d6217c896037009f121f45 (patch) | |
tree | f1d0f4d6afd86f6295c778f8742d85365f310d1b /arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts | |
parent | fddff6815ab534d8559fbf264c7e53d6d0cf8f44 (diff) | |
download | u-boot-26d8eccea798f8fec7d6217c896037009f121f45.tar.gz |
arm64: zynqmp: Add missing mio-bank properties to sdhci
Add missing xlnx,mio-bank property to sdhci node. Also add properties with
0 value to have it listed in case that files are copied to different
projects where default case doesn't need to be handled in the same way.
That's why explicitly list them too.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts')
-rw-r--r-- | arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts b/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts index 8d8ebeaac3b..0f1094804d9 100644 --- a/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts +++ b/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts @@ -93,6 +93,7 @@ &sdhci0 { status = "okay"; no-1-8-v; + xlnx,mio-bank = <0>; }; &ttc0 { |