projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8bd673
)
ARM: dts: omap3-gta04: Fix mmc1 properties.
author
Marek Belisko
<marek@goldelico.com>
Sat, 25 Jan 2014 21:28:57 +0000
(22:28 +0100)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 13 Feb 2014 23:07:24 +0000
(15:07 -0800)
Does not have an aux supply, and must be non-removable.
Otherwise it is removed during suspend and filesystem gets confused.
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-gta04.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap3-gta04.dts
b/arch/arm/boot/dts/omap3-gta04.dts
index
81e0bb4
..
c551e4a
100644
(file)
--- a/
arch/arm/boot/dts/omap3-gta04.dts
+++ b/
arch/arm/boot/dts/omap3-gta04.dts
@@
-143,8
+143,8
@@
pinctrl-names = "default";
pinctrl-0 = <&mmc1_pins>;
vmmc-supply = <&vmmc1>;
- vmmc_aux-supply = <&vsim>;
bus-width = <4>;
+ ti,non-removable;
};
&mmc2 {