mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] imx6ul/imx6ull: include imx6ul-phytec-state.dtsi and enable state
@ 2020-10-13  8:10 Cem Tenruh
  2020-10-14  6:38 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Cem Tenruh @ 2020-10-13  8:10 UTC (permalink / raw)
  To: barebox

Signed-off-by: Cem Tenruh <c.tenruh@phytec.de>
---
 arch/arm/dts/imx6ul-phytec-phycore-som-emmc.dts  | 5 +++++
 arch/arm/dts/imx6ull-phytec-phycore-som-emmc.dts | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/arch/arm/dts/imx6ul-phytec-phycore-som-emmc.dts b/arch/arm/dts/imx6ul-phytec-phycore-som-emmc.dts
index 7d29c32..50ce75f 100644
--- a/arch/arm/dts/imx6ul-phytec-phycore-som-emmc.dts
+++ b/arch/arm/dts/imx6ul-phytec-phycore-som-emmc.dts
@@ -10,6 +10,7 @@
 #endif
 #include <arm/imx6ul.dtsi>
 #include "imx6ul-phytec-phycore-som.dtsi"
+#include "imx6ul-phytec-state.dtsi"
 
 / {
 	model = "PHYTEC phyCORE-i.MX6 Ultra Light SOM with eMMC";
@@ -24,6 +25,10 @@
 	status = "okay";
 };
 
+&state {
+        status = "okay";
+};
+
 &uart1 {
 	status = "okay";
 };
diff --git a/arch/arm/dts/imx6ull-phytec-phycore-som-emmc.dts b/arch/arm/dts/imx6ull-phytec-phycore-som-emmc.dts
index 2201b4c..afd99a3 100644
--- a/arch/arm/dts/imx6ull-phytec-phycore-som-emmc.dts
+++ b/arch/arm/dts/imx6ull-phytec-phycore-som-emmc.dts
@@ -10,6 +10,7 @@
 #endif
 #include <arm/imx6ull.dtsi>
 #include "imx6ul-phytec-phycore-som.dtsi"
+#include "imx6ul-phytec-state.dtsi"
 
 / {
 	model = "PHYTEC phyCORE-i.MX6 ULL SOM with eMMC";
@@ -24,6 +25,10 @@
 	status = "okay";
 };
 
+&state {
+        status = "okay";
+};
+
 &uart1 {
 	status = "okay";
 };
-- 
2.7.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] imx6ul/imx6ull: include imx6ul-phytec-state.dtsi and enable state
  2020-10-13  8:10 [PATCH] imx6ul/imx6ull: include imx6ul-phytec-state.dtsi and enable state Cem Tenruh
@ 2020-10-14  6:38 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2020-10-14  6:38 UTC (permalink / raw)
  To: Cem Tenruh; +Cc: barebox

On Tue, Oct 13, 2020 at 10:10:41AM +0200, Cem Tenruh wrote:
> Signed-off-by: Cem Tenruh <c.tenruh@phytec.de>
> ---
>  arch/arm/dts/imx6ul-phytec-phycore-som-emmc.dts  | 5 +++++
>  arch/arm/dts/imx6ull-phytec-phycore-som-emmc.dts | 5 +++++
>  2 files changed, 10 insertions(+)

Applied, thanks

Sascha

> 
> diff --git a/arch/arm/dts/imx6ul-phytec-phycore-som-emmc.dts b/arch/arm/dts/imx6ul-phytec-phycore-som-emmc.dts
> index 7d29c32..50ce75f 100644
> --- a/arch/arm/dts/imx6ul-phytec-phycore-som-emmc.dts
> +++ b/arch/arm/dts/imx6ul-phytec-phycore-som-emmc.dts
> @@ -10,6 +10,7 @@
>  #endif
>  #include <arm/imx6ul.dtsi>
>  #include "imx6ul-phytec-phycore-som.dtsi"
> +#include "imx6ul-phytec-state.dtsi"
>  
>  / {
>  	model = "PHYTEC phyCORE-i.MX6 Ultra Light SOM with eMMC";
> @@ -24,6 +25,10 @@
>  	status = "okay";
>  };
>  
> +&state {
> +        status = "okay";
> +};
> +
>  &uart1 {
>  	status = "okay";
>  };
> diff --git a/arch/arm/dts/imx6ull-phytec-phycore-som-emmc.dts b/arch/arm/dts/imx6ull-phytec-phycore-som-emmc.dts
> index 2201b4c..afd99a3 100644
> --- a/arch/arm/dts/imx6ull-phytec-phycore-som-emmc.dts
> +++ b/arch/arm/dts/imx6ull-phytec-phycore-som-emmc.dts
> @@ -10,6 +10,7 @@
>  #endif
>  #include <arm/imx6ull.dtsi>
>  #include "imx6ul-phytec-phycore-som.dtsi"
> +#include "imx6ul-phytec-state.dtsi"
>  
>  / {
>  	model = "PHYTEC phyCORE-i.MX6 ULL SOM with eMMC";
> @@ -24,6 +25,10 @@
>  	status = "okay";
>  };
>  
> +&state {
> +        status = "okay";
> +};
> +
>  &uart1 {
>  	status = "okay";
>  };
> -- 
> 2.7.4
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2020-10-14  6:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13  8:10 [PATCH] imx6ul/imx6ull: include imx6ul-phytec-state.dtsi and enable state Cem Tenruh
2020-10-14  6:38 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox