|
|
@@ -1643,11 +1643,11 @@
|
|
|
reg = <0x0 0xff914000 0x0 0x100>, <0x0 0xff915000 0x0 0x100>;
|
|
|
interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH 0>;
|
|
|
interrupt-names = "isp0_mmu";
|
|
|
- clocks = <&cru ACLK_ISP0_NOC>, <&cru HCLK_ISP0_NOC>;
|
|
|
+ clocks = <&cru ACLK_ISP0_WRAPPER>, <&cru HCLK_ISP0_WRAPPER>;
|
|
|
clock-names = "aclk", "iface";
|
|
|
#iommu-cells = <0>;
|
|
|
+ power-domains = <&power RK3399_PD_ISP0>;
|
|
|
rockchip,disable-mmu-reset;
|
|
|
- status = "disabled";
|
|
|
};
|
|
|
|
|
|
isp1_mmu: iommu@ff924000 {
|
|
|
@@ -1655,11 +1655,11 @@
|
|
|
reg = <0x0 0xff924000 0x0 0x100>, <0x0 0xff925000 0x0 0x100>;
|
|
|
interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH 0>;
|
|
|
interrupt-names = "isp1_mmu";
|
|
|
- clocks = <&cru ACLK_ISP1_NOC>, <&cru HCLK_ISP1_NOC>;
|
|
|
+ clocks = <&cru ACLK_ISP1_WRAPPER>, <&cru HCLK_ISP1_WRAPPER>;
|
|
|
clock-names = "aclk", "iface";
|
|
|
#iommu-cells = <0>;
|
|
|
+ power-domains = <&power RK3399_PD_ISP1>;
|
|
|
rockchip,disable-mmu-reset;
|
|
|
- status = "disabled";
|
|
|
};
|
|
|
|
|
|
hdmi_sound: hdmi-sound {
|