mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3566-rk817-eink-w103: add charge led
Signed-off-by: Weixin Zhou <zwx@rock-chips.com> Change-Id: I7ffbbadef1aa9df8d8234a318ef5043418db73d1
This commit is contained in:
@@ -119,6 +119,17 @@
|
||||
};
|
||||
};
|
||||
|
||||
leds: gpio-leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
led@2 {
|
||||
gpios = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>;
|
||||
linux,default-trigger = "battery-charging";
|
||||
label = "battery_charging";
|
||||
retain-state-suspended;
|
||||
};
|
||||
};
|
||||
|
||||
hall_sensor: hall-mh248 {
|
||||
compatible = "hall-mh248";
|
||||
irq-gpio = <&gpio0 RK_PC7 IRQ_TYPE_EDGE_BOTH>;
|
||||
|
||||
Reference in New Issue
Block a user