linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: imx8mm: Remove duplicated machine compatible
@ 2019-10-23  6:34 Anson Huang
  2019-10-23  6:34 ` [PATCH 2/2] arm64: dts: imx8mn: " Anson Huang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Anson Huang @ 2019-10-23  6:34 UTC (permalink / raw)
  To: robh+dt, mark.rutland, shawnguo, s.hauer, kernel, festevam,
	leonard.crestez, daniel.lezcano, ping.bai, daniel.baluta, jun.li,
	abel.vesa, devicetree, linux-arm-kernel, linux-kernel
  Cc: Linux-imx

Machine compatible string normally is located in board DT, remove
the duplicated one from SoC dtsi.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mm.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
index 9258150..5ff9b6b 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
@@ -12,7 +12,6 @@
 #include "imx8mm-pinfunc.h"
 
 / {
-	compatible = "fsl,imx8mm";
 	interrupt-parent = <&gic>;
 	#address-cells = <2>;
 	#size-cells = <2>;
-- 
2.7.4


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

* [PATCH 2/2] arm64: dts: imx8mn: Remove duplicated machine compatible
  2019-10-23  6:34 [PATCH 1/2] arm64: dts: imx8mm: Remove duplicated machine compatible Anson Huang
@ 2019-10-23  6:34 ` Anson Huang
  2019-10-23  6:47   ` Daniel Baluta
  2019-10-23  6:48 ` [PATCH 1/2] arm64: dts: imx8mm: " Daniel Baluta
  2019-10-28  8:38 ` Shawn Guo
  2 siblings, 1 reply; 5+ messages in thread
From: Anson Huang @ 2019-10-23  6:34 UTC (permalink / raw)
  To: robh+dt, mark.rutland, shawnguo, s.hauer, kernel, festevam,
	leonard.crestez, daniel.lezcano, ping.bai, daniel.baluta, jun.li,
	abel.vesa, devicetree, linux-arm-kernel, linux-kernel
  Cc: Linux-imx

Machine compatible string normally is located in board DT, remove
the duplicated one from SoC dtsi.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mn.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
index 46c218e..7341549 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
@@ -11,7 +11,6 @@
 #include "imx8mn-pinfunc.h"
 
 / {
-	compatible = "fsl,imx8mn";
 	interrupt-parent = <&gic>;
 	#address-cells = <2>;
 	#size-cells = <2>;
-- 
2.7.4


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

* Re: [PATCH 2/2] arm64: dts: imx8mn: Remove duplicated machine compatible
  2019-10-23  6:34 ` [PATCH 2/2] arm64: dts: imx8mn: " Anson Huang
@ 2019-10-23  6:47   ` Daniel Baluta
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Baluta @ 2019-10-23  6:47 UTC (permalink / raw)
  To: linux-kernel, robh+dt, devicetree, daniel.lezcano, festevam,
	Jacky Bai, Jun Li, mark.rutland, Abel Vesa, shawnguo,
	linux-arm-kernel, Anson Huang, Leonard Crestez, kernel, s.hauer
  Cc: dl-linux-imx

On Wed, 2019-10-23 at 14:34 +0800, Anson Huang wrote:
> Machine compatible string normally is located in board DT, remove
> the duplicated one from SoC dtsi.
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>

Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>

> ---
>  arch/arm64/boot/dts/freescale/imx8mn.dtsi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi
> b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
> index 46c218e..7341549 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
> @@ -11,7 +11,6 @@
>  #include "imx8mn-pinfunc.h"
>  
>  / {
> -	compatible = "fsl,imx8mn";
>  	interrupt-parent = <&gic>;
>  	#address-cells = <2>;
>  	#size-cells = <2>;

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

* Re: [PATCH 1/2] arm64: dts: imx8mm: Remove duplicated machine compatible
  2019-10-23  6:34 [PATCH 1/2] arm64: dts: imx8mm: Remove duplicated machine compatible Anson Huang
  2019-10-23  6:34 ` [PATCH 2/2] arm64: dts: imx8mn: " Anson Huang
@ 2019-10-23  6:48 ` Daniel Baluta
  2019-10-28  8:38 ` Shawn Guo
  2 siblings, 0 replies; 5+ messages in thread
From: Daniel Baluta @ 2019-10-23  6:48 UTC (permalink / raw)
  To: linux-kernel, robh+dt, devicetree, daniel.lezcano, festevam,
	Jacky Bai, Jun Li, mark.rutland, Abel Vesa, shawnguo,
	linux-arm-kernel, Anson Huang, Leonard Crestez, kernel, s.hauer
  Cc: dl-linux-imx

On Wed, 2019-10-23 at 14:34 +0800, Anson Huang wrote:
> Machine compatible string normally is located in board DT, remove
> the duplicated one from SoC dtsi.
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>

Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>

> ---
>  arch/arm64/boot/dts/freescale/imx8mm.dtsi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> index 9258150..5ff9b6b 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> @@ -12,7 +12,6 @@
>  #include "imx8mm-pinfunc.h"
>  
>  / {
> -	compatible = "fsl,imx8mm";
>  	interrupt-parent = <&gic>;
>  	#address-cells = <2>;
>  	#size-cells = <2>;

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

* Re: [PATCH 1/2] arm64: dts: imx8mm: Remove duplicated machine compatible
  2019-10-23  6:34 [PATCH 1/2] arm64: dts: imx8mm: Remove duplicated machine compatible Anson Huang
  2019-10-23  6:34 ` [PATCH 2/2] arm64: dts: imx8mn: " Anson Huang
  2019-10-23  6:48 ` [PATCH 1/2] arm64: dts: imx8mm: " Daniel Baluta
@ 2019-10-28  8:38 ` Shawn Guo
  2 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2019-10-28  8:38 UTC (permalink / raw)
  To: Anson Huang
  Cc: robh+dt, mark.rutland, s.hauer, kernel, festevam,
	leonard.crestez, daniel.lezcano, ping.bai, daniel.baluta, jun.li,
	abel.vesa, devicetree, linux-arm-kernel, linux-kernel, Linux-imx

On Wed, Oct 23, 2019 at 02:34:40PM +0800, Anson Huang wrote:
> Machine compatible string normally is located in board DT, remove
> the duplicated one from SoC dtsi.
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>

Applied both, thanks.

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

end of thread, other threads:[~2019-10-28  8:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23  6:34 [PATCH 1/2] arm64: dts: imx8mm: Remove duplicated machine compatible Anson Huang
2019-10-23  6:34 ` [PATCH 2/2] arm64: dts: imx8mn: " Anson Huang
2019-10-23  6:47   ` Daniel Baluta
2019-10-23  6:48 ` [PATCH 1/2] arm64: dts: imx8mm: " Daniel Baluta
2019-10-28  8:38 ` Shawn Guo

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).