diff options
author | Nicolas Chauvet <kwizart@gmail.com> | 2016-05-10 12:14:57 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-05-12 13:37:17 -0700 |
commit | 54c78870e4d70420b887d712a3e73a6783d5b51d (patch) | |
tree | 3650578afbcc109b4fe079f0fa1320cffea4840e /arch | |
parent | 6c05495d6d0507a6e7886265f82339bebf25cfed (diff) | |
download | linux-stable-54c78870e4d70420b887d712a3e73a6783d5b51d.tar.gz linux-stable-54c78870e4d70420b887d712a3e73a6783d5b51d.tar.bz2 linux-stable-54c78870e4d70420b887d712a3e73a6783d5b51d.zip |
ARM: dts: Add non-removable to hsmmc on hp-t410
This will clean-up warnings at boot, since either that or cd-gpio{,s} are
mandated by the dts specification
of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@47810000[0]'
of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@47810000[0]'
v2: use the generic non-removable instead of ti,non-removable
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/dm8148-t410.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dm8148-t410.dts b/arch/arm/boot/dts/dm8148-t410.dts index 5d4313fd5a46..97000b521cea 100644 --- a/arch/arm/boot/dts/dm8148-t410.dts +++ b/arch/arm/boot/dts/dm8148-t410.dts @@ -53,6 +53,7 @@ dmas = <&edma_xbar 8 0 1 /* use SDTXEVT1 instead of MCASP0TX */ &edma_xbar 9 0 2>; /* use SDRXEVT1 instead of MCASP0RX */ dma-names = "tx", "rx"; + non-removable; }; &pincntl { |