Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: zynqmp: Describe bus-width for SD card on KV260

SD card is connected with 4 data lines which should be described properly.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/b4046d2f593047400c190e438fd9d05128c293d9.1683034376.git.michal.simek@amd.com

+2
+1
arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso
··· 135 135 disable-wp; 136 136 xlnx,mio-bank = <1>; 137 137 assigned-clock-rates = <187498123>; 138 + bus-width = <4>; 138 139 }; 139 140 140 141 &gem3 { /* required by spec */
+1
arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dtso
··· 118 118 clk-phase-uhs-sdr25 = <120>, <60>; 119 119 clk-phase-uhs-ddr50 = <126>, <48>; 120 120 assigned-clock-rates = <187498123>; 121 + bus-width = <4>; 121 122 }; 122 123 123 124 &gem3 { /* required by spec */