diff options
author | John Keeping <john@metanate.com> | 2016-02-23 13:39:41 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-03-27 00:54:13 +0100 |
commit | 1946a201b3963b78a9e2123aedbdd11c4c4849dd (patch) | |
tree | 72f2dd23753c67f85a4ddd6dafdabcd9f1052d68 /arch/arm/boot/dts/rk3288.dtsi | |
parent | ARM: dts: rockchip: fix audio interrupts on rk3288 (diff) | |
download | linux-1946a201b3963b78a9e2123aedbdd11c4c4849dd.tar.xz linux-1946a201b3963b78a9e2123aedbdd11c4c4849dd.zip |
ARM: dts: rockchip: add mipi_dsi to VIO power domain on rk3288
The MIPI controllers are part of the VIO power domain so add the
necessary property to indicate this for the controller we support.
Signed-off-by: John Keeping <john@metanate.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index e6e181387630..74eae995c330 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -881,6 +881,7 @@ interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>; clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_MIPI_DSI0>; clock-names = "ref", "pclk"; + power-domains = <&power RK3288_PD_VIO>; rockchip,grf = <&grf>; #address-cells = <1>; #size-cells = <0>; |