@@ -46,7 +46,7 @@ hdmi0_con_in: endpoint {
leds {
compatible = "gpio-leds";
pinctrl-names = "default";
- pinctrl-0 = <&led_pins>;
+ pinctrl-0 = <&led_pin>;
led-0 {
color = <LED_COLOR_ID_GREEN>;
@@ -54,14 +54,6 @@ led-0 {
function = LED_FUNCTION_POWER;
gpios = <&gpio3 RK_PC4 GPIO_ACTIVE_HIGH>;
};
-
- led-1 {
- color = <LED_COLOR_ID_BLUE>;
- default-state = "on";
- function = LED_FUNCTION_STATUS;
- gpios = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>;
- linux,default-trigger = "heartbeat";
- };
};
fan: pwm-fan {
@@ -72,6 +64,19 @@ fan: pwm-fan {
pwms = <&pwm3 0 60000 0>;
};
+ pwm-leds {
+ compatible = "pwm-leds";
+
+ led-1 {
+ color = <LED_COLOR_ID_BLUE>;
+ default-state = "on";
+ function = LED_FUNCTION_STATUS;
+ linux,default-trigger = "heartbeat";
+ pwms = <&pwm11 0 1000000 0>;
+ max-brightness = <255>;
+ };
+ };
+
vbus_typec: regulator-vbus-typec {
compatible = "regulator-fixed";
regulator-name = "vbus_typec";
@@ -422,9 +427,8 @@ &pcie2x1l2 {
&pinctrl {
leds {
- led_pins: led-pins {
- rockchip,pins = <3 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>,
- <3 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>;
+ led_pin: led-pin {
+ rockchip,pins = <3 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
@@ -467,6 +471,12 @@ &pwm3 {
status = "okay";
};
+&pwm11 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pwm11m3_pins>;
+ status = "okay";
+};
+
&saradc {
vref-supply = <&vcca_1v8_s0>;
status = "okay";