删除lbc部分设备树pwm-fan的节点

This commit is contained in:
kalous12
2023-08-14 02:29:12 +00:00
parent 1bc490ff28
commit 66703e3dad
3 changed files with 0 additions and 39 deletions

View File

@ -313,19 +313,6 @@
io-channels = <&saradc 1>;
};
fan: pwm-fan {
compatible = "pwm-fan";
#cooling-cells = <2>;
pwms = <&pwm11 0 500000 0>;
cooling-levels = <0 100 150 200 255>;
rockchip,temp-trips = <
50000 1
55000 2
60000 3
65000 4
>;
};
backlight0: backlight0 {
status = "okay";

View File

@ -272,19 +272,6 @@
io-channels = <&saradc 1>;
};
fan: pwm-fan {
compatible = "pwm-fan";
#cooling-cells = <2>;
pwms = <&pwm0 0 500000 0>;
cooling-levels = <0 100 150 200 255>;
rockchip,temp-trips = <
50000 1
55000 2
60000 3
65000 4
>;
};
backlight: backlight {
status = "okay";
compatible = "pwm-backlight";

View File

@ -325,19 +325,6 @@
pinctrl-0 = <&hp_det>;
};
fan: pwm-fan {
compatible = "pwm-fan";
#cooling-cells = <2>;
pwms = <&pwm0 0 500000 0>;
cooling-levels = <0 100 150 200 255>;
rockchip,temp-trips = <
50000 1
55000 2
60000 3
65000 4
>;
};
backlight0: backlight0 {
status = "okay";
compatible = "pwm-backlight";