Commit 8feb3484 authored by Lad Prabhakar's avatar Lad Prabhakar Committed by Geert Uytterhoeven

ARM: dts: r8a7742-iwg21d-q7: Enable SD2 LED indication

Add support for LED trigger on SD2 interface.
Signed-off-by: default avatarLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: default avatarChris Paterson <Chris.Paterson2@renesas.com>
Link: https://lore.kernel.org/r/20200907155541.2011-4-prabhakar.mahadev-lad.rj@bp.renesas.comSigned-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 68ee7720
...@@ -52,6 +52,16 @@ audio_clock: audio_clock { ...@@ -52,6 +52,16 @@ audio_clock: audio_clock {
clock-frequency = <26000000>; clock-frequency = <26000000>;
}; };
leds {
compatible = "gpio-leds";
sdhi2_led {
label = "sdio-led";
gpios = <&gpio5 22 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "mmc1";
};
};
reg_1p5v: 1p5v { reg_1p5v: 1p5v {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "1P5V"; regulator-name = "1P5V";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment