projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f06ad7
)
powerpc/dts: Correct sdhci quirk for bsc9131
author
Haijun.Zhang
<
[email protected]
>
Mon, 2 Sep 2013 10:37:02 +0000
(18:37 +0800)
committer
Scott Wood
<
[email protected]
>
Tue, 29 Oct 2013 02:11:17 +0000
(21:11 -0500)
We use property "sdhci,auto-cmd12" instead of "fsl,sdhci-auto-cmd12"
to distinguish if the sdhc host has quirk SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12.
Signed-off-by: Haijun Zhang <
[email protected]
>
Signed-off-by: Scott Wood <
[email protected]
>
arch/powerpc/boot/dts/fsl/bsc9131si-post.dtsi
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/fsl/bsc9131si-post.dtsi
b/arch/powerpc/boot/dts/fsl/bsc9131si-post.dtsi
index 5180d9d37989000f37e4b45ad98fcb766d39c500..0c0efa94cfb4e958473c671f6dd6c64d6707bc55 100644
(file)
--- a/
arch/powerpc/boot/dts/fsl/bsc9131si-post.dtsi
+++ b/
arch/powerpc/boot/dts/fsl/bsc9131si-post.dtsi
@@
-130,7
+130,7
@@
usb@22000 {
/include/ "pq3-esdhc-0.dtsi"
sdhc@2e000 {
-
fsl,sdhci-
auto-cmd12;
+
sdhci,
auto-cmd12;
interrupts = <41 0x2 0 0>;
};