summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Valkeinen2015-06-30 14:04:54 +0200
committerTony Lindgren2015-07-06 14:24:04 +0200
commit22a5dc10e3f8fb8370748ea19dc4e3e1620d8296 (patch)
treeadaa2243169d1007e19c924b01633865b479f985
parentARM: dts: am57xx-beagle-x15: Provide supply for usb2_phy2 (diff)
downloadkernel-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>
-rw-r--r--arch/arm/boot/dts/am4372.dtsi1
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";
};
};