Browse Source

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>
Tomi Valkeinen 10 năm trước cách đây
mục cha
commit
22a5dc10e3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      arch/arm/boot/dts/am4372.dtsi

+ 1 - 0
arch/arm/boot/dts/am4372.dtsi

@@ -947,6 +947,7 @@
 				ti,hwmods = "dss_rfbi";
 				ti,hwmods = "dss_rfbi";
 				clocks = <&disp_clk>;
 				clocks = <&disp_clk>;
 				clock-names = "fck";
 				clock-names = "fck";
+				status = "disabled";
 			};
 			};
 		};
 		};