2019-01-02 22:13:11

by Johan Jonker

[permalink] [raw]
Subject: [PATCH] ARM: dts: rockchip: rk3188: remove qos_cif1

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.

Signed-off-by: Johan Jonker <[email protected]>
---
arch/arm/boot/dts/rk3188.dtsi | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/rk3188.dtsi b/arch/arm/boot/dts/rk3188.dtsi
index 4acb501dd..3ed49898f 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>;
};
--
2.11.0



2019-01-03 14:58:10

by Heiko Stuebner

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: rockchip: rk3188: remove qos_cif1

Am Mittwoch, 2. Januar 2019, 20:35:52 CET schrieb Johan Jonker:
> 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.
>
> Signed-off-by: Johan Jonker <[email protected]>

applied as fix for 4.21

Thanks
Heiko