arm64: dts: rockchip: rk356x-evb enabled work led

Change-Id: Id5ab430ae0b417646e416ee894929ee4e45f05f5
Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
This commit is contained in:
Wu Liangqing
2021-03-29 21:41:14 +08:00
committed by Tao Huang
parent 472b08b6d3
commit eca54de333
5 changed files with 24 additions and 0 deletions

View File

@@ -444,6 +444,10 @@
WIFI,host_wake_irq = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>; WIFI,host_wake_irq = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
}; };
&work_led {
gpios = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
};
&pinctrl { &pinctrl {
cam { cam {
camera_pwr: camera-pwr { camera_pwr: camera-pwr {

View File

@@ -579,6 +579,10 @@
WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>; WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
}; };
&work_led {
gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>;
};
&wireless_bluetooth { &wireless_bluetooth {
compatible = "bluetooth-platdata"; compatible = "bluetooth-platdata";
clocks = <&rk809 1>; clocks = <&rk809 1>;

View File

@@ -493,3 +493,7 @@
pinctrl-0 = <&wifi_host_wake_irq>; pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>; WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
}; };
&work_led {
gpios = <&gpio0 RK_PD3 GPIO_ACTIVE_HIGH>;
};

View File

@@ -280,6 +280,10 @@
status = "disabled"; status = "disabled";
}; };
&work_led {
status = "disabled";
};
&pinctrl { &pinctrl {
headphone { headphone {
hp_det: hp-det { hp_det: hp-det {

View File

@@ -165,6 +165,14 @@
}; };
}; };
leds: leds {
compatible = "gpio-leds";
work_led: work {
gpios = <&gpio0 RK_PC0 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};
};
pdmics: dummy-codec { pdmics: dummy-codec {
status = "disabled"; status = "disabled";
compatible = "rockchip,dummy-codec"; compatible = "rockchip,dummy-codec";