From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- kernel/arch/arm64/boot/dts/rockchip/rk3528.dtsi | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/kernel/arch/arm64/boot/dts/rockchip/rk3528.dtsi b/kernel/arch/arm64/boot/dts/rockchip/rk3528.dtsi index 029e725..68f2544 100644 --- a/kernel/arch/arm64/boot/dts/rockchip/rk3528.dtsi +++ b/kernel/arch/arm64/boot/dts/rockchip/rk3528.dtsi @@ -220,6 +220,9 @@ rockchip,pvtm-temp-prop = <0 0>; rockchip,pvtm-thermal-zone = "soc-thermal"; rockchip,grf = <&grf>; + rockchip,temp-hysteresis = <5000>; + rockchip,low-temp = <10000>; + rockchip,low-temp-min-volt = <900000>; opp-408000000 { opp-hz = /bits/ 64 <408000000>; @@ -649,7 +652,6 @@ snps,dis-u2-freeclk-exists-quirk; snps,dis-del-phy-power-chg-quirk; snps,dis-tx-ipgap-linecheck-quirk; - snps,xhci-trb-ent-quirk; snps,dis_rxdet_inp3_quirk; snps,parkmode-disable-hs-quirk; snps,parkmode-disable-ss-quirk; @@ -1073,6 +1075,9 @@ rockchip,pvtm-temp-prop = <0 0>; rockchip,pvtm-thermal-zone = "soc-thermal"; rockchip,grf = <&grf>; + rockchip,temp-hysteresis = <5000>; + rockchip,low-temp = <10000>; + rockchip,low-temp-min-volt = <900000>; opp-300000000 { opp-hz = /bits/ 64 <300000000>; @@ -1797,6 +1802,7 @@ pwm0: pwm@ffa90000 { compatible = "rockchip,rk3528-pwm", "rockchip,rk3328-pwm"; reg = <0x0 0xffa90000 0x0 0x10>; + interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>; #pwm-cells = <3>; pinctrl-names = "active"; pinctrl-0 = <&pwm0m0_pins>; @@ -1808,6 +1814,7 @@ pwm1: pwm@ffa90010 { compatible = "rockchip,rk3528-pwm", "rockchip,rk3328-pwm"; reg = <0x0 0xffa90010 0x0 0x10>; + interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>; #pwm-cells = <3>; pinctrl-names = "active"; pinctrl-0 = <&pwm1m0_pins>; @@ -1819,6 +1826,7 @@ pwm2: pwm@ffa90020 { compatible = "rockchip,rk3528-pwm", "rockchip,rk3328-pwm"; reg = <0x0 0xffa90020 0x0 0x10>; + interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>; #pwm-cells = <3>; pinctrl-names = "active"; pinctrl-0 = <&pwm2m0_pins>; @@ -1843,6 +1851,7 @@ pwm4: pwm@ffa98000 { compatible = "rockchip,rk3528-pwm", "rockchip,rk3328-pwm"; reg = <0x0 0xffa98000 0x0 0x10>; + interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; #pwm-cells = <3>; pinctrl-names = "active"; pinctrl-0 = <&pwm4m0_pins>; @@ -1854,6 +1863,7 @@ pwm5: pwm@ffa98010 { compatible = "rockchip,rk3528-pwm", "rockchip,rk3328-pwm"; reg = <0x0 0xffa98010 0x0 0x10>; + interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; #pwm-cells = <3>; pinctrl-names = "active"; pinctrl-0 = <&pwm5m0_pins>; @@ -1865,6 +1875,7 @@ pwm6: pwm@ffa98020 { compatible = "rockchip,rk3528-pwm", "rockchip,rk3328-pwm"; reg = <0x0 0xffa98020 0x0 0x10>; + interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; #pwm-cells = <3>; pinctrl-names = "active"; pinctrl-0 = <&pwm6m0_pins>; -- Gitblit v1.6.2