summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun6i-a31-pangolin.dts
diff options
context:
space:
mode:
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2015-08-03 19:11:09 +0200
committerJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2015-08-03 19:11:09 +0200
commitaa734c5d7ef23652439f05e2812f1c69d17fe937 (patch)
treed212f1df6f32de5cf62314bd15c1e0a6aacd0ffe /arch/arm/boot/dts/sun6i-a31-pangolin.dts
parent849574cb3a7e306acf21a8ec9c19a0acdcaba936 (diff)
ARM: dts: pangolin: Switch led trigger to mmc1
mmc0 and mmc1 have swapped places, mmc0 is the emmc now. Also, let's have better labels.
Diffstat (limited to 'arch/arm/boot/dts/sun6i-a31-pangolin.dts')
-rw-r--r--arch/arm/boot/dts/sun6i-a31-pangolin.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31-pangolin.dts b/arch/arm/boot/dts/sun6i-a31-pangolin.dts
index 3e8f15b0d5eb..682a44b37276 100644
--- a/arch/arm/boot/dts/sun6i-a31-pangolin.dts
+++ b/arch/arm/boot/dts/sun6i-a31-pangolin.dts
@@ -67,15 +67,15 @@
pinctrl-names = "default";
pinctrl-0 = <&leds_pins_pangolin>;
- on_module {
+ module_led {
label = "module_led";
gpios = <&pio 7 7 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};
- mmc0 {
- label = "mmc0";
+ sd_card_led {
+ label = "sd_card_led";
gpios = <&pio 2 16 GPIO_ACTIVE_HIGH>;
- linux,default-trigger = "mmc0";
+ linux,default-trigger = "mmc1";
};
};