Skip to content

Commit 8b94aa3

Browse files
mwalleShawn Guo
authored andcommitted
arm64: dts: ls1028a: fix eSDHC2 node
On the LS1028A this instance of the eSDHC controller is intended for either an eMMC or eSDIO card. It doesn't provide a card detect pin and its IO voltage is fixed at 1.8V. Remove the bogus broken-cd property, instead add the non-removable property. Fix the voltage-ranges property and set it to 1.8V only. Fixes: 491d3a3 ("arm64: dts: ls1028a: Add esdhc node in dts") Signed-off-by: Michael Walle <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 9786cca commit 8b94aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,9 @@
405405
interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
406406
clock-frequency = <0>; /* fixed up by bootloader */
407407
clocks = <&clockgen QORIQ_CLK_HWACCEL 1>;
408-
voltage-ranges = <1800 1800 3300 3300>;
408+
voltage-ranges = <1800 1800>;
409409
sdhci,auto-cmd12;
410-
broken-cd;
410+
non-removable;
411411
little-endian;
412412
bus-width = <4>;
413413
status = "disabled";

0 commit comments

Comments
 (0)