forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi
....@@ -56,8 +56,6 @@
5656 fan: fan@18 {
5757 compatible = "ti,amc6821";
5858 reg = <0x18>;
59
- cooling-min-state = <0>;
60
- cooling-max-state = <9>;
6159 #cooling-cells = <2>;
6260 };
6361
....@@ -78,16 +76,16 @@
7876 leds {
7977 compatible = "gpio-leds";
8078 pinctrl-names = "default";
81
- pinctrl-0 = <&led_pins_module>;
79
+ pinctrl-0 = <&module_led_pins>;
8280
83
- module_led1 {
81
+ module_led1: led-1 {
8482 label = "module_led1";
8583 gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_HIGH>;
8684 linux,default-trigger = "heartbeat";
8785 panic-indicator;
8886 };
8987
90
- module_led2 {
88
+ module_led2: led-2 {
9189 label = "module_led2";
9290 gpios = <&gpio3 RK_PA3 GPIO_ACTIVE_HIGH>;
9391 default-state = "off";
....@@ -139,7 +137,6 @@
139137 &emmc {
140138 bus-width = <8>;
141139 clock-frequency = <150000000>;
142
- disable-wp;
143140 mmc-hs200-1_8v;
144141 non-removable;
145142 vmmc-supply = <&vcc33_io>;
....@@ -273,7 +270,7 @@
273270
274271 &pinctrl {
275272 leds {
276
- led_pins_module: led-module-gpio {
273
+ module_led_pins: module-led-pins {
277274 rockchip,pins =
278275 <2 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>,
279276 <3 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>;