Skip to content

Commit

Permalink
ARM64: dts: ls2080a: fix eSDHC endianness
Browse files Browse the repository at this point in the history
Add the "little-endian" property to fix the issue that eSDHC
is not working and dumping out "mmc0: Controller never released
inhibit bit(s)." error messages constantly.

Fixes: 5461597 ("dts/ls2080a: Update DTSI to add support of various peripherals")
Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
  • Loading branch information
yangbo lu authored and Kevin Hilman committed Dec 12, 2015
1 parent dde8fdc commit 2dd2e4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
clock-frequency = <0>; /* Updated by bootloader */
voltage-ranges = <1800 1800 3300 3300>;
sdhci,auto-cmd12;
little-endian;
bus-width = <4>;
};

Expand Down

0 comments on commit 2dd2e4d

Please sign in to comment.