OSDN Git Service

ARM: dts: am4372.dtsi: disable rfbi
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 30 Jun 2015 12:04:54 +0000 (15:04 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 6 Jul 2015 12:24:04 +0000 (05:24 -0700)
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>
arch/arm/boot/dts/am4372.dtsi

index 9521a38..ade28c7 100644 (file)
                                ti,hwmods = "dss_rfbi";
                                clocks = <&disp_clk>;
                                clock-names = "fck";
+                               status = "disabled";
                        };
                };