mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
dts: add system led control for u200 buildroot
PD#169382: dts: add system led control for u200 buildroot Change-Id: I56686581ff8f5e2e2d36cb91f77a418ae1f9479a Signed-off-by: wenbiao zhang <wenbiao.zhang@amlogic.com>
This commit is contained in:
@@ -141,6 +141,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";
|
||||
|
||||
@@ -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