diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-10-05 12:05:49 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-10-12 09:53:47 -0400 |
commit | c4e3bf290c3089502ee33e25795075b86fe9a449 (patch) | |
tree | f9da108aca7c0829b8e4100a030c028bbf893ca2 | |
parent | a5f5c5bbef3f5b2fb2f095c4ae5fa6a679512878 (diff) |
arm64: dts: marvell: 7040-db: Add the carrier detect pin for SD card on CP
The SD card slot connected to the SD controller of the CP part has a
carrier detect pin connected the gpio expander. This patch enables it
allowing supporting the hotplug event for the SD card.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-7040-db.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-7040-db.dts b/arch/arm64/boot/dts/marvell/armada-7040-db.dts index 18a75fad1e8d..d339ad5c8c27 100644 --- a/arch/arm64/boot/dts/marvell/armada-7040-db.dts +++ b/arch/arm64/boot/dts/marvell/armada-7040-db.dts | |||
@@ -239,7 +239,7 @@ | |||
239 | status = "okay"; | 239 | status = "okay"; |
240 | bus-width = <4>; | 240 | bus-width = <4>; |
241 | no-1-8-v; | 241 | no-1-8-v; |
242 | non-removable; | 242 | cd-gpios = <&expander0 12 GPIO_ACTIVE_LOW>; |
243 | }; | 243 | }; |
244 | 244 | ||
245 | &cpm_mdio { | 245 | &cpm_mdio { |