ARM: dts: rockchip: fix dtc warnings of rk312x

Change-Id: I3647a1b9b0af01f2c7a22421dd59c78c86150301
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
Tao Huang 2018-03-28 19:17:50 +08:00
parent 50714c50fa
commit b47525bf90

View File

@ -451,7 +451,7 @@ iep: iep@10108000 {
iommu_enabled = <1>;
iommus = <&iep_mmu>;
reg = <0x10108000 0x800>;
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH 0>;
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
clock-names = "aclk_iep", "hclk_iep";
power-domains = <&power RK3128_PD_VIO>;
@ -463,7 +463,7 @@ iep: iep@10108000 {
iep_mmu: iommu@10108800 {
compatible = "rockchip,iommu";
reg = <0x10108800 0x40>;
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH 0>;
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "iep_mmu";
clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
clock-names = "aclk", "hclk";
@ -859,7 +859,7 @@ watchdog@2004c000 {
compatible = "snps,dw-wdt";
reg = <0x2004c000 0x100>;
clocks = <&cru PCLK_WDT>;
interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH 0>;
interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};