diff options
author | Nicolas Chauvet <kwizart@gmail.com> | 2016-05-10 12:14:58 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-05-12 22:37:17 +0200 |
commit | 1ddbef4d596ce51bf25825549bc5865de08a7e62 (patch) | |
tree | 9ebb068a23831feb4d816000a7617d2189495829 /arch/arm/boot/dts/dm8148-t410.dts | |
parent | ARM: dts: Add non-removable to hsmmc on hp-t410 (diff) | |
download | linux-1ddbef4d596ce51bf25825549bc5865de08a7e62.tar.xz linux-1ddbef4d596ce51bf25825549bc5865de08a7e62.zip |
ARM: dts: disable mmc by default and enable when needed for dm814x
This patch disable mmc nodes by default in the dm814x.dtsi and
enable only when needed on a given dts
v2: Disable un-used mmc nodes on the related boards dts files
instead of from the included SOC dts
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dm8148-t410.dts')
-rw-r--r-- | arch/arm/boot/dts/dm8148-t410.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dm8148-t410.dts b/arch/arm/boot/dts/dm8148-t410.dts index 97000b521cea..3f184863e0c5 100644 --- a/arch/arm/boot/dts/dm8148-t410.dts +++ b/arch/arm/boot/dts/dm8148-t410.dts @@ -45,6 +45,14 @@ phy-mode = "rgmii"; }; +&mmc1 { + status = "disabled"; +}; + +&mmc2 { + status = "disabled"; +}; + &mmc3 { pinctrl-names = "default"; pinctrl-0 = <&sd2_pins>; |