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:
f18ccd5
)
ARM: dts: am335x-bone-common: Fix mmc0 Write Protect
author
Robert Nelson
<
[email protected]
>
Mon, 2 Jul 2018 20:21:43 +0000
(15:21 -0500)
committer
Tony Lindgren
<
[email protected]
>
Tue, 3 Jul 2018 06:22:37 +0000
(23:22 -0700)
Mainline Commit
b74c2b21e1551018af53ee6c1efc051dfce2d788
added the pinmux
settings for mmc1, however this pin (0x9a0) is routed to P9_42 on the cape
header. Thus any BeagleBone cape that utilizes P9_42 triggers mmc0's Write
Protect.
Fixes: b74c2b21e155 ("ARM: dts: am33xx: Add pinmux data for mmc1 in
am335x-evm, evmsk and beaglebone")
Signed-off-by: Robert Nelson <
[email protected]
>
CC: Faiz Abbas <
[email protected]
>
CC: Tony Lindgren <
[email protected]
>
CC: Jason Kridner <
[email protected]
>
CC: Drew Fustini <
[email protected]
>
Signed-off-by: Tony Lindgren <
[email protected]
>
arch/arm/boot/dts/am335x-bone-common.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am335x-bone-common.dtsi
b/arch/arm/boot/dts/am335x-bone-common.dtsi
index f9e8667f5886db82027643130ca87b58cbea8f62..73b514dddf65b281b0c3093f40b05496240b5455 100644
(file)
--- a/
arch/arm/boot/dts/am335x-bone-common.dtsi
+++ b/
arch/arm/boot/dts/am335x-bone-common.dtsi
@@
-168,7
+168,6
@@
AM33XX_IOPAD(0x8f0, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc0_dat3.mmc0_dat3 */
AM33XX_IOPAD(0x904, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc0_cmd.mmc0_cmd */
AM33XX_IOPAD(0x900, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc0_clk.mmc0_clk */
- AM33XX_IOPAD(0x9a0, PIN_INPUT | MUX_MODE4) /* mcasp0_aclkr.mmc0_sdwp */
>;
};