浏览代码

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 年之前
父节点
当前提交
22a5dc10e3
共有 1 个文件被更改,包括 1 次插入0 次删除
  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";
 			};
 			};
 		};
 		};