Skip to content

Commit 7327c8b

Browse files
Reichlmmind
authored andcommitted
arm64: dts: rockchip: Reorder LED triggers from mmc devices on rk3399-roc-pc.
After patch [1] SD-card becomes mmc1 and eMMC becomes mmc2. Correct trigger of LEDs accordingly. [1] https://patchwork.kernel.org/patch/11881427 Signed-off-by: Markus Reichl <m.reichl@fivetechno.de> Link: https://lore.kernel.org/r/20201104192933.1001-1-m.reichl@fivetechno.de Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 0011c6d commit 7327c8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@
7474
label = "red:diy";
7575
gpios = <&gpio0 RK_PB5 GPIO_ACTIVE_HIGH>;
7676
default-state = "off";
77-
linux,default-trigger = "mmc1";
77+
linux,default-trigger = "mmc2";
7878
};
7979

8080
yellow_led: led-2 {
8181
label = "yellow:yellow-led";
8282
gpios = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>;
8383
default-state = "off";
84-
linux,default-trigger = "mmc0";
84+
linux,default-trigger = "mmc1";
8585
};
8686
};
8787

0 commit comments

Comments
 (0)