diff options
author | Johan Jonker <jbx6244@gmail.com> | 2019-01-02 20:35:52 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-01-07 09:14:42 +0100 |
commit | c9a8a92a9961dcd822015ee406e1a011b772112e (patch) | |
tree | 9ad22ddf743fba600d0a0de40562ff6651851a2d /arch/arm/boot/dts/rk3188.dtsi | |
parent | Linux 5.0-rc1 (diff) | |
download | linux-c9a8a92a9961dcd822015ee406e1a011b772112e.tar.xz linux-c9a8a92a9961dcd822015ee406e1a011b772112e.zip |
ARM: dts: rockchip: remove qos_cif1 from rk3188 power-domain
While the rk3066 does have 2 camera interfaces, the rk3188 does not, so
there also isn't a QoS block for that non-existing interface, so remove it.
Fixes: e6e1869f0b71 ("ARM: dts: rockchip: add rk3066/rk3188 power-domains")
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3188.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3188.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3188.dtsi b/arch/arm/boot/dts/rk3188.dtsi index 4acb501dd3f8..3ed49898f4b2 100644 --- a/arch/arm/boot/dts/rk3188.dtsi +++ b/arch/arm/boot/dts/rk3188.dtsi @@ -719,7 +719,6 @@ pm_qos = <&qos_lcdc0>, <&qos_lcdc1>, <&qos_cif0>, - <&qos_cif1>, <&qos_ipp>, <&qos_rga>; }; |