From: Tomi Valkeinen Date: Tue, 30 Jun 2015 12:04:54 +0000 (+0300) Subject: ARM: dts: am4372.dtsi: disable rfbi X-Git-Tag: v4.2-rc3~4^2~9^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22a5dc10e3f8fb8370748ea19dc4e3e1620d8296;p=platform%2Fkernel%2Flinux-exynos.git ARM: dts: am4372.dtsi: disable rfbi When DSS nodes were added to am4372.dtsi, the rfbi node was not marked as disabled. This should have been done, as the rule of thumb is to disable all DSS nodes that are not used, and especially rfbi, as we don't have a driver for rfbi. Signed-off-by: Tomi Valkeinen Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 9521a38..ade28c79 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -947,6 +947,7 @@ ti,hwmods = "dss_rfbi"; clocks = <&disp_clk>; clock-names = "fck"; + status = "disabled"; }; };