hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/arch/arm64/boot/dts/rockchip/px30.dtsi
....@@ -982,6 +982,7 @@
982982 pwm0: pwm@ff200000 {
983983 compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
984984 reg = <0x0 0xff200000 0x0 0x10>;
985
+ interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
985986 #pwm-cells = <3>;
986987 pinctrl-names = "active";
987988 pinctrl-0 = <&pwm0_pin>;
....@@ -993,6 +994,7 @@
993994 pwm1: pwm@ff200010 {
994995 compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
995996 reg = <0x0 0xff200010 0x0 0x10>;
997
+ interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
996998 #pwm-cells = <3>;
997999 pinctrl-names = "active";
9981000 pinctrl-0 = <&pwm1_pin>;
....@@ -1004,6 +1006,7 @@
10041006 pwm2: pwm@ff200020 {
10051007 compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
10061008 reg = <0x0 0xff200020 0x0 0x10>;
1009
+ interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
10071010 #pwm-cells = <3>;
10081011 pinctrl-names = "active";
10091012 pinctrl-0 = <&pwm2_pin>;
....@@ -1015,6 +1018,8 @@
10151018 pwm3: pwm@ff200030 {
10161019 compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
10171020 reg = <0x0 0xff200030 0x0 0x10>;
1021
+ interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>,
1022
+ <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
10181023 #pwm-cells = <3>;
10191024 pinctrl-names = "active";
10201025 pinctrl-0 = <&pwm3_pin>;
....@@ -1026,6 +1031,7 @@
10261031 pwm4: pwm@ff208000 {
10271032 compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
10281033 reg = <0x0 0xff208000 0x0 0x10>;
1034
+ interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
10291035 #pwm-cells = <3>;
10301036 pinctrl-names = "active";
10311037 pinctrl-0 = <&pwm4_pin>;
....@@ -1037,6 +1043,7 @@
10371043 pwm5: pwm@ff208010 {
10381044 compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
10391045 reg = <0x0 0xff208010 0x0 0x10>;
1046
+ interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
10401047 #pwm-cells = <3>;
10411048 pinctrl-names = "active";
10421049 pinctrl-0 = <&pwm5_pin>;
....@@ -1048,6 +1055,7 @@
10481055 pwm6: pwm@ff208020 {
10491056 compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
10501057 reg = <0x0 0xff208020 0x0 0x10>;
1058
+ interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
10511059 #pwm-cells = <3>;
10521060 pinctrl-names = "active";
10531061 pinctrl-0 = <&pwm6_pin>;
....@@ -1059,6 +1067,8 @@
10591067 pwm7: pwm@ff208030 {
10601068 compatible = "rockchip,px30-pwm", "rockchip,rk3328-pwm";
10611069 reg = <0x0 0xff208030 0x0 0x10>;
1070
+ interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>,
1071
+ <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
10621072 #pwm-cells = <3>;
10631073 pinctrl-names = "active";
10641074 pinctrl-0 = <&pwm7_pin>;