hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm64/boot/dts/rockchip/rk3528.dtsi
....@@ -220,6 +220,9 @@
220220 rockchip,pvtm-temp-prop = <0 0>;
221221 rockchip,pvtm-thermal-zone = "soc-thermal";
222222 rockchip,grf = <&grf>;
223
+ rockchip,temp-hysteresis = <5000>;
224
+ rockchip,low-temp = <10000>;
225
+ rockchip,low-temp-min-volt = <900000>;
223226
224227 opp-408000000 {
225228 opp-hz = /bits/ 64 <408000000>;
....@@ -649,7 +652,6 @@
649652 snps,dis-u2-freeclk-exists-quirk;
650653 snps,dis-del-phy-power-chg-quirk;
651654 snps,dis-tx-ipgap-linecheck-quirk;
652
- snps,xhci-trb-ent-quirk;
653655 snps,dis_rxdet_inp3_quirk;
654656 snps,parkmode-disable-hs-quirk;
655657 snps,parkmode-disable-ss-quirk;
....@@ -1073,6 +1075,9 @@
10731075 rockchip,pvtm-temp-prop = <0 0>;
10741076 rockchip,pvtm-thermal-zone = "soc-thermal";
10751077 rockchip,grf = <&grf>;
1078
+ rockchip,temp-hysteresis = <5000>;
1079
+ rockchip,low-temp = <10000>;
1080
+ rockchip,low-temp-min-volt = <900000>;
10761081
10771082 opp-300000000 {
10781083 opp-hz = /bits/ 64 <300000000>;
....@@ -1797,6 +1802,7 @@
17971802 pwm0: pwm@ffa90000 {
17981803 compatible = "rockchip,rk3528-pwm", "rockchip,rk3328-pwm";
17991804 reg = <0x0 0xffa90000 0x0 0x10>;
1805
+ interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
18001806 #pwm-cells = <3>;
18011807 pinctrl-names = "active";
18021808 pinctrl-0 = <&pwm0m0_pins>;
....@@ -1808,6 +1814,7 @@
18081814 pwm1: pwm@ffa90010 {
18091815 compatible = "rockchip,rk3528-pwm", "rockchip,rk3328-pwm";
18101816 reg = <0x0 0xffa90010 0x0 0x10>;
1817
+ interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
18111818 #pwm-cells = <3>;
18121819 pinctrl-names = "active";
18131820 pinctrl-0 = <&pwm1m0_pins>;
....@@ -1819,6 +1826,7 @@
18191826 pwm2: pwm@ffa90020 {
18201827 compatible = "rockchip,rk3528-pwm", "rockchip,rk3328-pwm";
18211828 reg = <0x0 0xffa90020 0x0 0x10>;
1829
+ interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
18221830 #pwm-cells = <3>;
18231831 pinctrl-names = "active";
18241832 pinctrl-0 = <&pwm2m0_pins>;
....@@ -1843,6 +1851,7 @@
18431851 pwm4: pwm@ffa98000 {
18441852 compatible = "rockchip,rk3528-pwm", "rockchip,rk3328-pwm";
18451853 reg = <0x0 0xffa98000 0x0 0x10>;
1854
+ interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
18461855 #pwm-cells = <3>;
18471856 pinctrl-names = "active";
18481857 pinctrl-0 = <&pwm4m0_pins>;
....@@ -1854,6 +1863,7 @@
18541863 pwm5: pwm@ffa98010 {
18551864 compatible = "rockchip,rk3528-pwm", "rockchip,rk3328-pwm";
18561865 reg = <0x0 0xffa98010 0x0 0x10>;
1866
+ interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
18571867 #pwm-cells = <3>;
18581868 pinctrl-names = "active";
18591869 pinctrl-0 = <&pwm5m0_pins>;
....@@ -1865,6 +1875,7 @@
18651875 pwm6: pwm@ffa98020 {
18661876 compatible = "rockchip,rk3528-pwm", "rockchip,rk3328-pwm";
18671877 reg = <0x0 0xffa98020 0x0 0x10>;
1878
+ interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
18681879 #pwm-cells = <3>;
18691880 pinctrl-names = "active";
18701881 pinctrl-0 = <&pwm6m0_pins>;