mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
u211: u211 net led open.[1/3]
PD#163344: u211 net led open. Change-Id: I4f99c9134f47f2e56a2ee1c76fa9b31252aa011b Signed-off-by: Tong Li <tong.li@amlogic.com>
This commit is contained in:
@@ -142,6 +142,23 @@
|
||||
};
|
||||
};
|
||||
|
||||
gpioleds {
|
||||
compatible = "gpio-leds";
|
||||
status = "okay";
|
||||
|
||||
net_red {
|
||||
label="net_red";
|
||||
gpios=<&gpio GPIOA_14 GPIO_ACTIVE_LOW>;
|
||||
default-state ="on";
|
||||
};
|
||||
|
||||
net_green {
|
||||
label="net_green";
|
||||
gpios=<&gpio GPIOA_15 GPIO_ACTIVE_HIGH>;
|
||||
default-state ="on";
|
||||
};
|
||||
};
|
||||
|
||||
cvbsout {
|
||||
compatible = "amlogic, cvbsout-g12a";
|
||||
dev_name = "cvbsout";
|
||||
|
||||
Reference in New Issue
Block a user