All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: shawnguo@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org,
	conor+dt@kernel.org, alexander.stein@ew.tq-group.com,
	Fabio Estevam <festevam@denx.de>
Subject: [PATCH 3/7] arm64: dts: imx8-ss-dma: Move dma_ipg_clk outside of soc
Date: Thu,  7 Sep 2023 12:20:04 -0300	[thread overview]
Message-ID: <20230907152008.491775-3-festevam@gmail.com> (raw)
In-Reply-To: <20230907152008.491775-1-festevam@gmail.com>

From: Fabio Estevam <festevam@denx.de>

The dma_ipg_clk node does not have any register associated with it,
so it should be moved outside of soc to fix schema warning from
simple-bus.yaml.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi b/arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi
index adb98a72bdfd..0fa0e97628e6 100644
--- a/arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi
@@ -7,19 +7,19 @@
 #include <dt-bindings/clock/imx8-lpcg.h>
 #include <dt-bindings/firmware/imx/rsrc.h>
 
+dma_ipg_clk: clock-dma-ipg {
+	compatible = "fixed-clock";
+	#clock-cells = <0>;
+	clock-frequency = <120000000>;
+	clock-output-names = "dma_ipg_clk";
+};
+
 dma_subsys: bus@5a000000 {
 	compatible = "simple-bus";
 	#address-cells = <1>;
 	#size-cells = <1>;
 	ranges = <0x5a000000 0x0 0x5a000000 0x1000000>;
 
-	dma_ipg_clk: clock-dma-ipg {
-		compatible = "fixed-clock";
-		#clock-cells = <0>;
-		clock-frequency = <120000000>;
-		clock-output-names = "dma_ipg_clk";
-	};
-
 	lpspi0: spi@5a000000 {
 		compatible = "fsl,imx7ulp-spi";
 		reg = <0x5a000000 0x10000>;
-- 
2.34.1


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

WARNING: multiple messages have this Message-ID (diff)
From: Fabio Estevam <festevam@gmail.com>
To: shawnguo@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org,
	conor+dt@kernel.org, alexander.stein@ew.tq-group.com,
	Fabio Estevam <festevam@denx.de>
Subject: [PATCH 3/7] arm64: dts: imx8-ss-dma: Move dma_ipg_clk outside of soc
Date: Thu,  7 Sep 2023 12:20:04 -0300	[thread overview]
Message-ID: <20230907152008.491775-3-festevam@gmail.com> (raw)
In-Reply-To: <20230907152008.491775-1-festevam@gmail.com>

From: Fabio Estevam <festevam@denx.de>

The dma_ipg_clk node does not have any register associated with it,
so it should be moved outside of soc to fix schema warning from
simple-bus.yaml.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi b/arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi
index adb98a72bdfd..0fa0e97628e6 100644
--- a/arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi
@@ -7,19 +7,19 @@
 #include <dt-bindings/clock/imx8-lpcg.h>
 #include <dt-bindings/firmware/imx/rsrc.h>
 
+dma_ipg_clk: clock-dma-ipg {
+	compatible = "fixed-clock";
+	#clock-cells = <0>;
+	clock-frequency = <120000000>;
+	clock-output-names = "dma_ipg_clk";
+};
+
 dma_subsys: bus@5a000000 {
 	compatible = "simple-bus";
 	#address-cells = <1>;
 	#size-cells = <1>;
 	ranges = <0x5a000000 0x0 0x5a000000 0x1000000>;
 
-	dma_ipg_clk: clock-dma-ipg {
-		compatible = "fixed-clock";
-		#clock-cells = <0>;
-		clock-frequency = <120000000>;
-		clock-output-names = "dma_ipg_clk";
-	};
-
 	lpspi0: spi@5a000000 {
 		compatible = "fsl,imx7ulp-spi";
 		reg = <0x5a000000 0x10000>;
-- 
2.34.1


  parent reply	other threads:[~2023-09-07 15:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-07 15:20 [PATCH 1/7] arm64: dts: imx8-ss-lsio: Remove unused clock Fabio Estevam
2023-09-07 15:20 ` Fabio Estevam
2023-09-07 15:20 ` [PATCH 2/7] arm64: dts: imx8-ss-lsio: Move lsio_bus_clk outside of soc Fabio Estevam
2023-09-07 15:20   ` Fabio Estevam
2023-09-07 15:20 ` Fabio Estevam [this message]
2023-09-07 15:20   ` [PATCH 3/7] arm64: dts: imx8-ss-dma: Move dma_ipg_clk " Fabio Estevam
2023-09-07 15:20 ` [PATCH 4/7] arm64: dts: imx8-ss-conn: Move conn clocks " Fabio Estevam
2023-09-07 15:20   ` Fabio Estevam
2023-09-07 15:20 ` [PATCH 5/7] arm64: dts: imx8-ss-img: Move img_ipg_clk " Fabio Estevam
2023-09-07 15:20   ` Fabio Estevam
2023-09-07 15:20 ` [PATCH 6/7] arm64: dts: imx8-ss-audio: Move audio_ipg_clk " Fabio Estevam
2023-09-07 15:20   ` Fabio Estevam
2023-09-07 15:20 ` [PATCH 7/7] arm64: dts: imx8dxl-ss-conn: Move conn_enet0_root_clk " Fabio Estevam
2023-09-07 15:20   ` Fabio Estevam
2023-09-25  1:45 ` [PATCH 1/7] arm64: dts: imx8-ss-lsio: Remove unused clock Shawn Guo
2023-09-25  1:45   ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230907152008.491775-3-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@denx.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=robh+dt@kernel.org \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.