mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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:
parent
50714c50fa
commit
b47525bf90
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user