All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: imx8mm: remove "simple-bus" for anatop
@ 2019-11-07 10:35 ` Fancy Fang
  0 siblings, 0 replies; 6+ messages in thread
From: Fancy Fang @ 2019-11-07 10:35 UTC (permalink / raw)
  To: robh+dt@kernel.org, mark.rutland@arm.com, shawnguo@kernel.org,
	s.hauer@pengutronix.de
  Cc: devicetree@vger.kernel.org, Jana Build,
	linux-kernel@vger.kernel.org, linux-devel@linux.nxdi.nxp.com,
	dl-linux-imx, kernel@pengutronix.de,
	linux-arm-kernel@lists.infradead.org

Remove "simple-bus" compatible for device anatop,
since no child nodes exist under it and it is not
a populated bus.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mm.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
index 6edbdfe2d0d7..da297b5e509d 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
@@ -438,7 +438,7 @@
 			};
 
 			anatop: anatop@30360000 {
-				compatible = "fsl,imx8mm-anatop", "syscon", "simple-bus";
+				compatible = "fsl,imx8mm-anatop", "syscon";
 				reg = <0x30360000 0x10000>;
 			};
 
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 1/2] arm64: dts: imx8mm: remove "simple-bus" for anatop
@ 2019-11-07 10:35 ` Fancy Fang
  0 siblings, 0 replies; 6+ messages in thread
From: Fancy Fang @ 2019-11-07 10:35 UTC (permalink / raw)
  To: robh+dt@kernel.org, mark.rutland@arm.com, shawnguo@kernel.org,
	s.hauer@pengutronix.de
  Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, kernel@pengutronix.de,
	linux-devel@linux.nxdi.nxp.com, dl-linux-imx, Jana Build

Remove "simple-bus" compatible for device anatop,
since no child nodes exist under it and it is not
a populated bus.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mm.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
index 6edbdfe2d0d7..da297b5e509d 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
@@ -438,7 +438,7 @@
 			};
 
 			anatop: anatop@30360000 {
-				compatible = "fsl,imx8mm-anatop", "syscon", "simple-bus";
+				compatible = "fsl,imx8mm-anatop", "syscon";
 				reg = <0x30360000 0x10000>;
 			};
 
-- 
2.17.1


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

* [PATCH 2/2] arm64: dts: imx8mn: remove "simple-bus" for anatop
  2019-11-07 10:35 ` Fancy Fang
@ 2019-11-07 10:35   ` Fancy Fang
  -1 siblings, 0 replies; 6+ messages in thread
From: Fancy Fang @ 2019-11-07 10:35 UTC (permalink / raw)
  To: robh+dt@kernel.org, mark.rutland@arm.com, shawnguo@kernel.org,
	s.hauer@pengutronix.de
  Cc: devicetree@vger.kernel.org, Jana Build,
	linux-kernel@vger.kernel.org, linux-devel@linux.nxdi.nxp.com,
	dl-linux-imx, kernel@pengutronix.de,
	linux-arm-kernel@lists.infradead.org

Remove "simple-bus" compatible for device anatop,
since no child nodes exist under it and it is not
a populated bus.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mn.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
index e91625063f8e..aa95f76de5ef 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
@@ -349,7 +349,7 @@
 
 			anatop: anatop@30360000 {
 				compatible = "fsl,imx8mn-anatop", "fsl,imx8mm-anatop",
-					     "syscon", "simple-bus";
+					     "syscon";
 				reg = <0x30360000 0x10000>;
 			};
 
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 2/2] arm64: dts: imx8mn: remove "simple-bus" for anatop
@ 2019-11-07 10:35   ` Fancy Fang
  0 siblings, 0 replies; 6+ messages in thread
From: Fancy Fang @ 2019-11-07 10:35 UTC (permalink / raw)
  To: robh+dt@kernel.org, mark.rutland@arm.com, shawnguo@kernel.org,
	s.hauer@pengutronix.de
  Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, kernel@pengutronix.de,
	linux-devel@linux.nxdi.nxp.com, dl-linux-imx, Jana Build

Remove "simple-bus" compatible for device anatop,
since no child nodes exist under it and it is not
a populated bus.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mn.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
index e91625063f8e..aa95f76de5ef 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
@@ -349,7 +349,7 @@
 
 			anatop: anatop@30360000 {
 				compatible = "fsl,imx8mn-anatop", "fsl,imx8mm-anatop",
-					     "syscon", "simple-bus";
+					     "syscon";
 				reg = <0x30360000 0x10000>;
 			};
 
-- 
2.17.1


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

* Re: [PATCH 1/2] arm64: dts: imx8mm: remove "simple-bus" for anatop
  2019-11-07 10:35 ` Fancy Fang
@ 2019-12-04 11:27   ` Shawn Guo
  -1 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2019-12-04 11:27 UTC (permalink / raw)
  To: Fancy Fang
  Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
	s.hauer@pengutronix.de, Jana Build, linux-kernel@vger.kernel.org,
	linux-devel@linux.nxdi.nxp.com, robh+dt@kernel.org, dl-linux-imx,
	kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org

On Thu, Nov 07, 2019 at 10:35:26AM +0000, Fancy Fang wrote:
> Remove "simple-bus" compatible for device anatop,
> since no child nodes exist under it and it is not
> a populated bus.
> 
> Signed-off-by: Fancy Fang <chen.fang@nxp.com>

Applied both, thanks.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 1/2] arm64: dts: imx8mm: remove "simple-bus" for anatop
@ 2019-12-04 11:27   ` Shawn Guo
  0 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2019-12-04 11:27 UTC (permalink / raw)
  To: Fancy Fang
  Cc: robh+dt@kernel.org, mark.rutland@arm.com, s.hauer@pengutronix.de,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, kernel@pengutronix.de,
	linux-devel@linux.nxdi.nxp.com, dl-linux-imx, Jana Build

On Thu, Nov 07, 2019 at 10:35:26AM +0000, Fancy Fang wrote:
> Remove "simple-bus" compatible for device anatop,
> since no child nodes exist under it and it is not
> a populated bus.
> 
> Signed-off-by: Fancy Fang <chen.fang@nxp.com>

Applied both, thanks.

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

end of thread, other threads:[~2019-12-04 11:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-07 10:35 [PATCH 1/2] arm64: dts: imx8mm: remove "simple-bus" for anatop Fancy Fang
2019-11-07 10:35 ` Fancy Fang
2019-11-07 10:35 ` [PATCH 2/2] arm64: dts: imx8mn: " Fancy Fang
2019-11-07 10:35   ` Fancy Fang
2019-12-04 11:27 ` [PATCH 1/2] arm64: dts: imx8mm: " Shawn Guo
2019-12-04 11:27   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.