Message ID | 20190102193552.5853-1-jbx6244@gmail.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | c9a8a92a9961dcd822015ee406e1a011b772112e |
Headers | show |
Series | ARM: dts: rockchip: rk3188: remove qos_cif1 | expand |
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 <jbx6244@gmail.com> applied as fix for 4.21 Thanks Heiko
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>; };
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 <jbx6244@gmail.com> --- arch/arm/boot/dts/rk3188.dtsi | 1 - 1 file changed, 1 deletion(-)