diff options
author | Tomi Valkeinen | 2015-06-30 14:04:54 +0200 |
---|---|---|
committer | Tony Lindgren | 2015-07-06 14:24:04 +0200 |
commit | 22a5dc10e3f8fb8370748ea19dc4e3e1620d8296 (patch) | |
tree | adaa2243169d1007e19c924b01633865b479f985 /arch/arm/boot/dts/am4372.dtsi | |
parent | ARM: dts: am57xx-beagle-x15: Provide supply for usb2_phy2 (diff) | |
download | kernel-qcow2-linux-22a5dc10e3f8fb8370748ea19dc4e3e1620d8296.tar.gz kernel-qcow2-linux-22a5dc10e3f8fb8370748ea19dc4e3e1620d8296.tar.xz kernel-qcow2-linux-22a5dc10e3f8fb8370748ea19dc4e3e1620d8296.zip |
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 <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 9521a3827021..ade28c790f4b 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"; }; }; |