diff options
author | Jeffy Chen <jeffy.chen@rock-chips.com> | 2018-03-23 10:38:07 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-04-16 15:13:04 +0300 |
commit | c78751f91c0b5461ba08b123f85c1ed146a32f97 (patch) | |
tree | d5534e0bb091b5ec277a143efeb36d08d9a0728d /arch/arm/boot/dts/rk3036.dtsi | |
parent | c887f5b0210c5c7d30e2da47c37798eb6f37f563 (diff) | |
download | linux-c78751f91c0b5461ba08b123f85c1ed146a32f97.tar.xz |
ARM: dts: rockchip: add clocks in iommu nodes
Add clocks in iommu nodes, since we are going to control clocks in
rockchip iommu driver.
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3036.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3036.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi index a97458112ff6..567a6a725f9c 100644 --- a/arch/arm/boot/dts/rk3036.dtsi +++ b/arch/arm/boot/dts/rk3036.dtsi @@ -197,6 +197,8 @@ reg = <0x10118300 0x100>; interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>; interrupt-names = "vop_mmu"; + clocks = <&cru ACLK_LCDC>, <&cru HCLK_LCDC>; + clock-names = "aclk", "iface"; #iommu-cells = <0>; status = "disabled"; }; |