mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
dts: g12a: add system led control for u200 [2/2]
PD#165027: gpio-led: g12a_s905d2_u200 add system led 1.Turns on green light when booting and resume. 2.Turns off green light,turns on red light when suspend and shutdown Change-Id: I170b4745b320a5525fe128c025f2670103950922 Signed-off-by: bichao.zheng <bichao.zheng@amlogic.com>
This commit is contained in:
@@ -142,6 +142,19 @@
|
||||
};
|
||||
};
|
||||
|
||||
gpioleds {
|
||||
compatible = "gpio-leds";
|
||||
status = "okay";
|
||||
|
||||
sys_led {
|
||||
label="sys_led";
|
||||
gpios=<&gpio_ao GPIOAO_11 GPIO_ACTIVE_HIGH>;
|
||||
default-state ="on";
|
||||
retain-state-suspended;
|
||||
linux,default-trigger="cpu0";
|
||||
};
|
||||
};
|
||||
|
||||
cvbsout {
|
||||
compatible = "amlogic, cvbsout-g12a";
|
||||
dev_name = "cvbsout";
|
||||
|
||||
Reference in New Issue
Block a user