mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
arm64: dts: rockchip: fix interrupts property of rk3368
Change-Id: I5eae4d300fe8f2057ce4ee9fcbb5144cdae1a4d9 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
rockchip,baudrate = <115200>; /* Only 115200 and 1500000 */
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart2_xfer>;
|
||||
interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH 0>; /* signal irq */
|
||||
interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>; /* signal irq */
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
rockchip,baudrate = <115200>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart4_xfer>;
|
||||
interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
firmware {
|
||||
|
||||
@@ -548,7 +548,7 @@
|
||||
&pwm3 {
|
||||
status = "okay";
|
||||
|
||||
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
|
||||
compatible = "rockchip,remotectl-pwm";
|
||||
remote_pwm_id = <3>;
|
||||
handle_cpu_id = <1>;
|
||||
|
||||
@@ -722,7 +722,7 @@
|
||||
&pwm3 {
|
||||
status = "okay";
|
||||
|
||||
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
|
||||
compatible = "rockchip,remotectl-pwm";
|
||||
remote_pwm_id = <3>;
|
||||
handle_cpu_id = <1>;
|
||||
|
||||
@@ -1303,7 +1303,7 @@
|
||||
iommu_enabled = <1>;
|
||||
iommus = <&iep_mmu>;
|
||||
reg = <0x0 0xff900000 0x0 0x800>;
|
||||
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
|
||||
clock-names = "aclk_iep", "hclk_iep";
|
||||
power-domains = <&power RK3368_PD_VIO>;
|
||||
@@ -1315,7 +1315,7 @@
|
||||
iep_mmu: iommu@ff900800 {
|
||||
compatible = "rockchip,iommu";
|
||||
reg = <0x0 0xff900800 0x0 0x100>;
|
||||
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "iep_mmu";
|
||||
power-domains = <&power RK3368_PD_VIO>;
|
||||
#iommu-cells = <0>;
|
||||
|
||||
Reference in New Issue
Block a user