linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am4372.dtsi: disable rfbi
@ 2015-06-30 12:04 Tomi Valkeinen
  2015-07-06 12:24 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Tomi Valkeinen @ 2015-06-30 12:04 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/boot/dts/am4372.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index c80a3e233792..75831e556741 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -941,6 +941,7 @@
 				ti,hwmods = "dss_rfbi";
 				clocks = <&disp_clk>;
 				clock-names = "fck";
+				status = "disabled";
 			};
 		};
 
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: dts: am4372.dtsi: disable rfbi
  2015-06-30 12:04 [PATCH] ARM: dts: am4372.dtsi: disable rfbi Tomi Valkeinen
@ 2015-07-06 12:24 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2015-07-06 12:24 UTC (permalink / raw)
  To: linux-arm-kernel

* Tomi Valkeinen <tomi.valkeinen@ti.com> [150630 05:07]:
> 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>

Applying into omap-for-v4.2/fixes thanks.

Tony

> ---
>  arch/arm/boot/dts/am4372.dtsi | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
> index c80a3e233792..75831e556741 100644
> --- a/arch/arm/boot/dts/am4372.dtsi
> +++ b/arch/arm/boot/dts/am4372.dtsi
> @@ -941,6 +941,7 @@
>  				ti,hwmods = "dss_rfbi";
>  				clocks = <&disp_clk>;
>  				clock-names = "fck";
> +				status = "disabled";
>  			};
>  		};
>  
> -- 
> 2.1.4
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-06 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 12:04 [PATCH] ARM: dts: am4372.dtsi: disable rfbi Tomi Valkeinen
2015-07-06 12:24 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).