hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm/boot/dts/rv1126.dtsi
....@@ -957,6 +957,7 @@
957957 pwm0: pwm@ff430000 {
958958 compatible = "rockchip,rv1126-pwm", "rockchip,rk3328-pwm";
959959 reg = <0xff430000 0x10>;
960
+ interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
960961 #pwm-cells = <3>;
961962 pinctrl-names = "active";
962963 pinctrl-0 = <&pwm0m0_pins>;
....@@ -968,6 +969,7 @@
968969 pwm1: pwm@ff430010 {
969970 compatible = "rockchip,rv1126-pwm", "rockchip,rk3328-pwm";
970971 reg = <0xff430010 0x10>;
972
+ interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
971973 #pwm-cells = <3>;
972974 pinctrl-names = "active";
973975 pinctrl-0 = <&pwm1m0_pins>;
....@@ -979,6 +981,7 @@
979981 pwm2: pwm@ff430020 {
980982 compatible = "rockchip,rv1126-pwm", "rockchip,rk3328-pwm";
981983 reg = <0xff430020 0x10>;
984
+ interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
982985 #pwm-cells = <3>;
983986 pinctrl-names = "active";
984987 pinctrl-0 = <&pwm2m0_pins>;
....@@ -990,6 +993,8 @@
990993 pwm3: pwm@ff430030 {
991994 compatible = "rockchip,rv1126-pwm", "rockchip,rk3328-pwm";
992995 reg = <0xff430030 0x10>;
996
+ interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
997
+ <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
993998 #pwm-cells = <3>;
994999 pinctrl-names = "active";
9951000 pinctrl-0 = <&pwm3m0_pins>;
....@@ -1001,6 +1006,7 @@
10011006 pwm4: pwm@ff440000 {
10021007 compatible = "rockchip,rv1126-pwm", "rockchip,rk3328-pwm";
10031008 reg = <0xff440000 0x10>;
1009
+ interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
10041010 #pwm-cells = <3>;
10051011 pinctrl-names = "active";
10061012 pinctrl-0 = <&pwm4m0_pins>;
....@@ -1012,6 +1018,7 @@
10121018 pwm5: pwm@ff440010 {
10131019 compatible = "rockchip,rv1126-pwm", "rockchip,rk3328-pwm";
10141020 reg = <0xff440010 0x10>;
1021
+ interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
10151022 #pwm-cells = <3>;
10161023 pinctrl-names = "active";
10171024 pinctrl-0 = <&pwm5m0_pins>;
....@@ -1023,6 +1030,7 @@
10231030 pwm6: pwm@ff440020 {
10241031 compatible = "rockchip,rv1126-pwm", "rockchip,rk3328-pwm";
10251032 reg = <0xff440020 0x10>;
1033
+ interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
10261034 #pwm-cells = <3>;
10271035 pinctrl-names = "active";
10281036 pinctrl-0 = <&pwm6m0_pins>;
....@@ -1034,6 +1042,8 @@
10341042 pwm7: pwm@ff440030 {
10351043 compatible = "rockchip,rv1126-pwm", "rockchip,rk3328-pwm";
10361044 reg = <0xff440030 0x10>;
1045
+ interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>,
1046
+ <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
10371047 #pwm-cells = <3>;
10381048 pinctrl-names = "active";
10391049 pinctrl-0 = <&pwm7m0_pins>;
....@@ -1269,6 +1279,7 @@
12691279 pwm8: pwm@ff550000 {
12701280 compatible = "rockchip,rv1126-pwm", "rockchip,rk3328-pwm";
12711281 reg = <0xff550000 0x10>;
1282
+ interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
12721283 #pwm-cells = <3>;
12731284 pinctrl-names = "active";
12741285 pinctrl-0 = <&pwm8m0_pins>;
....@@ -1280,6 +1291,7 @@
12801291 pwm9: pwm@ff550010 {
12811292 compatible = "rockchip,rv1126-pwm", "rockchip,rk3328-pwm";
12821293 reg = <0xff550010 0x10>;
1294
+ interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
12831295 #pwm-cells = <3>;
12841296 pinctrl-names = "active";
12851297 pinctrl-0 = <&pwm9m0_pins>;
....@@ -1291,6 +1303,7 @@
12911303 pwm10: pwm@ff550020 {
12921304 compatible = "rockchip,rv1126-pwm", "rockchip,rk3328-pwm";
12931305 reg = <0xff550020 0x10>;
1306
+ interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
12941307 #pwm-cells = <3>;
12951308 pinctrl-names = "active";
12961309 pinctrl-0 = <&pwm10m0_pins>;
....@@ -1302,6 +1315,8 @@
13021315 pwm11: pwm@ff550030 {
13031316 compatible = "rockchip,rv1126-pwm", "rockchip,rk3328-pwm";
13041317 reg = <0xff550030 0x10>;
1318
+ interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>,
1319
+ <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
13051320 #pwm-cells = <3>;
13061321 pinctrl-names = "active";
13071322 pinctrl-0 = <&pwm11m0_pins>;
....@@ -2554,7 +2569,6 @@
25542569 snps,dis-del-phy-power-chg-quirk;
25552570 snps,tx-ipgap-linecheck-dis-quirk;
25562571 snps,tx-fifo-resize;
2557
- snps,xhci-trb-ent-quirk;
25582572 snps,usb2-lpm-disable;
25592573 snps,parkmode-disable-hs-quirk;
25602574 status = "disabled";