mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
gpio-led: g12b: add system led control for w400 [2/2]
PD#SWPL-3008 Problem: g12b_w400 need add led control Solution: Add system led control for w400 Verify: g12b_w400 Change-Id: I7b27af95c92f06bb0ca89e00aeccc65f398dad70 Signed-off-by: Bichao Zheng <bichao.zheng@amlogic.com>
This commit is contained in:
committed by
Jianxin Pan
parent
5183b614ce
commit
459d5c28ba
@@ -148,6 +148,16 @@
|
||||
};
|
||||
};
|
||||
|
||||
gpioleds {
|
||||
compatible = "gpio-leds";
|
||||
status = "okay";
|
||||
sys_led {
|
||||
label="sys_led";
|
||||
gpios=<&gpio_ao GPIOAO_11 GPIO_ACTIVE_HIGH>;
|
||||
default-state ="on";
|
||||
};
|
||||
};
|
||||
|
||||
cvbsout {
|
||||
compatible = "amlogic, cvbsout-g12b";
|
||||
dev_name = "cvbsout";
|
||||
|
||||
@@ -149,6 +149,16 @@
|
||||
};
|
||||
};
|
||||
|
||||
gpioleds {
|
||||
compatible = "gpio-leds";
|
||||
status = "okay";
|
||||
sys_led {
|
||||
label="sys_led";
|
||||
gpios=<&gpio_ao GPIOAO_11 GPIO_ACTIVE_HIGH>;
|
||||
default-state ="on";
|
||||
};
|
||||
};
|
||||
|
||||
cvbsout {
|
||||
compatible = "amlogic, cvbsout-g12b";
|
||||
dev_name = "cvbsout";
|
||||
|
||||
Reference in New Issue
Block a user