forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/arch/arm/boot/dts/rk3308-dot-rk816-v10-aarch32.dts
....@@ -60,6 +60,8 @@
6060
6161 charge-animation {
6262 compatible = "rockchip,uboot-charge";
63
+ rockchip,uboot-charge-on = <1>;
64
+ rockchip,uboot-low-power-voltage = <3500>;
6365 status = "okay";
6466 };
6567
....@@ -72,11 +74,11 @@
7274 status = "okay";
7375 compatible = "gpio-leds";
7476
75
- red-led {
77
+ blue-led {
7678 gpios = <&gpio2 RK_PA1 GPIO_ACTIVE_LOW>;
77
- label = "redled";
79
+ label = "battery_full";
7880 default-state = "off";
79
- linux,default-trigger = "default-off";
81
+ linux,default-trigger = "battery-full";
8082 };
8183
8284 green-led {
....@@ -86,11 +88,11 @@
8688 linux,default-trigger = "default-off";
8789 };
8890
89
- blue-led {
91
+ red-led {
9092 gpios = <&gpio2 RK_PA2 GPIO_ACTIVE_LOW>;
91
- label = "blueled";
92
- default-state = "on";
93
- linux,default-trigger = "default-on";
93
+ label = "battery_charging";
94
+ default-state = "off";
95
+ linux,default-trigger = "battery-charging";
9496 };
9597 };
9698
....@@ -161,7 +163,7 @@
161163 clock-names = "clk_wifi";
162164 ref-clock-frequency = <24000000>;
163165 pinctrl-names = "default";
164
- pinctrl-0 = <&wifi_wake_host>;
166
+ pinctrl-0 = <&wifi_wake_host>, <&rtc_32k>;
165167 wifi_chip_type = "rtl8723ds";
166168 WIFI,host_wake_irq = <&gpio0 RK_PA0 GPIO_ACTIVE_LOW>;
167169 status = "okay";
....@@ -444,7 +446,8 @@
444446 max-frequency = <110000000>;
445447 bus-width = <4>;
446448 cap-sd-highspeed;
447
- supports-sdio;
449
+ no-sd;
450
+ no-mmc;
448451 ignore-pm-notify;
449452 keep-power-in-suspend;
450453 non-removable;