Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1600616 > unrolled thread

[PATCH] ARM: dts: imx7s: Do not claim i.MX51 compatibility for SRC

Started byAndrey Smirnov <andrew.smirnov@gmail.com>
First post2017-03-14 16:40 +0100
Last post2017-03-16 04:10 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: imx7s: Do not claim i.MX51 compatibility for SRC Andrey Smirnov <andrew.smirnov@gmail.com> - 2017-03-14 16:40 +0100
    Re: [PATCH] ARM: dts: imx7s: Do not claim i.MX51 compatibility for SRC Fabio Estevam <festevam@gmail.com> - 2017-03-14 16:50 +0100
    Re: [PATCH] ARM: dts: imx7s: Do not claim i.MX51 compatibility for  SRC Shawn Guo <shawnguo@kernel.org> - 2017-03-16 04:10 +0100

#1600616 — [PATCH] ARM: dts: imx7s: Do not claim i.MX51 compatibility for SRC

FromAndrey Smirnov <andrew.smirnov@gmail.com>
Date2017-03-14 16:40 +0100
Subject[PATCH] ARM: dts: imx7s: Do not claim i.MX51 compatibility for SRC
Message-ID<tkWIi-25L-19@gated-at.bofh.it>
System Reset Controller in i.MX7 doesn't have any commonality with IP
block found in i.MX5 and i.MX6 SoC families. Given that and the new
upstream driver for i.MX7 variant (see
https://lkml.org/lkml/2017/2/21/466) remove "fsl,imx51-src" from
compatibility string.

Cc: yurovsky@gmail.com
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 arch/arm/boot/dts/imx7s.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
index ec7a61a..12984b6 100644
--- a/arch/arm/boot/dts/imx7s.dtsi
+++ b/arch/arm/boot/dts/imx7s.dtsi
@@ -556,7 +556,7 @@
 			};
 
 			src: src@30390000 {
-				compatible = "fsl,imx7d-src", "fsl,imx51-src", "syscon";
+				compatible = "fsl,imx7d-src", "syscon";
 				reg = <0x30390000 0x10000>;
 				interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
 				#reset-cells = <1>;
-- 
2.9.3

[toc] | [next] | [standalone]


#1600629

FromFabio Estevam <festevam@gmail.com>
Date2017-03-14 16:50 +0100
Message-ID<tkWRX-29k-1@gated-at.bofh.it>
In reply to#1600616
On Tue, Mar 14, 2017 at 12:33 PM, Andrey Smirnov
<andrew.smirnov@gmail.com> wrote:
> System Reset Controller in i.MX7 doesn't have any commonality with IP
> block found in i.MX5 and i.MX6 SoC families. Given that and the new
> upstream driver for i.MX7 variant (see
> https://lkml.org/lkml/2017/2/21/466) remove "fsl,imx51-src" from
> compatibility string.
>
> Cc: yurovsky@gmail.com
> Cc: Fabio Estevam <fabio.estevam@nxp.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Russell King <linux@armlinux.org.uk>
> Cc: devicetree@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-kernel@vger.kernel.org
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>

Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>

[toc] | [prev] | [next] | [standalone]


#1601901 — Re: [PATCH] ARM: dts: imx7s: Do not claim i.MX51 compatibility for SRC

FromShawn Guo <shawnguo@kernel.org>
Date2017-03-16 04:10 +0100
SubjectRe: [PATCH] ARM: dts: imx7s: Do not claim i.MX51 compatibility for SRC
Message-ID<tltXA-p6-7@gated-at.bofh.it>
In reply to#1600616
On Tue, Mar 14, 2017 at 08:33:57AM -0700, Andrey Smirnov wrote:
> System Reset Controller in i.MX7 doesn't have any commonality with IP
> block found in i.MX5 and i.MX6 SoC families. Given that and the new
> upstream driver for i.MX7 variant (see
> https://lkml.org/lkml/2017/2/21/466) remove "fsl,imx51-src" from
> compatibility string.
> 
> Cc: yurovsky@gmail.com
> Cc: Fabio Estevam <fabio.estevam@nxp.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Russell King <linux@armlinux.org.uk>
> Cc: devicetree@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-kernel@vger.kernel.org
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>

Applied, thanks.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web