All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: shawnguo@kernel.org
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	conor+dt@kernel.org, mirela.rabulea@nxp.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	alexander.stein@ew.tq-group.com, Fabio Estevam <festevam@denx.de>
Subject: [PATCH v3 2/3] arm64: dts: Remove JPEG clock-names
Date: Tue, 12 Sep 2023 13:38:09 -0300	[thread overview]
Message-ID: <20230912163810.1750488-2-festevam@gmail.com> (raw)
In-Reply-To: <20230912163810.1750488-1-festevam@gmail.com>

From: Fabio Estevam <festevam@denx.de>

Per nxp,imx8-jpeg.yaml, the clock-names entry is not valid.

Remove them.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
Changes since v2:
- Newly introduced.

 arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi b/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
index a90654155a88..39577071e1d3 100644
--- a/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
@@ -24,7 +24,6 @@ jpegdec: jpegdec@58400000 {
 			     <GIC_SPI 312 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&img_jpeg_dec_lpcg IMX_LPCG_CLK_0>,
 			 <&img_jpeg_dec_lpcg IMX_LPCG_CLK_4>;
-		clock-names = "per", "ipg";
 		assigned-clocks = <&img_jpeg_dec_lpcg IMX_LPCG_CLK_0>,
 				  <&img_jpeg_dec_lpcg IMX_LPCG_CLK_4>;
 		assigned-clock-rates = <200000000>, <200000000>;
@@ -43,7 +42,6 @@ jpegenc: jpegenc@58450000 {
 			     <GIC_SPI 308 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&img_jpeg_enc_lpcg IMX_LPCG_CLK_0>,
 			 <&img_jpeg_enc_lpcg IMX_LPCG_CLK_4>;
-		clock-names = "per", "ipg";
 		assigned-clocks = <&img_jpeg_enc_lpcg IMX_LPCG_CLK_0>,
 				  <&img_jpeg_enc_lpcg IMX_LPCG_CLK_4>;
 		assigned-clock-rates = <200000000>, <200000000>;
-- 
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: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	conor+dt@kernel.org, mirela.rabulea@nxp.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	alexander.stein@ew.tq-group.com, Fabio Estevam <festevam@denx.de>
Subject: [PATCH v3 2/3] arm64: dts: Remove JPEG clock-names
Date: Tue, 12 Sep 2023 13:38:09 -0300	[thread overview]
Message-ID: <20230912163810.1750488-2-festevam@gmail.com> (raw)
In-Reply-To: <20230912163810.1750488-1-festevam@gmail.com>

From: Fabio Estevam <festevam@denx.de>

Per nxp,imx8-jpeg.yaml, the clock-names entry is not valid.

Remove them.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
Changes since v2:
- Newly introduced.

 arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi b/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
index a90654155a88..39577071e1d3 100644
--- a/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
@@ -24,7 +24,6 @@ jpegdec: jpegdec@58400000 {
 			     <GIC_SPI 312 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&img_jpeg_dec_lpcg IMX_LPCG_CLK_0>,
 			 <&img_jpeg_dec_lpcg IMX_LPCG_CLK_4>;
-		clock-names = "per", "ipg";
 		assigned-clocks = <&img_jpeg_dec_lpcg IMX_LPCG_CLK_0>,
 				  <&img_jpeg_dec_lpcg IMX_LPCG_CLK_4>;
 		assigned-clock-rates = <200000000>, <200000000>;
@@ -43,7 +42,6 @@ jpegenc: jpegenc@58450000 {
 			     <GIC_SPI 308 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&img_jpeg_enc_lpcg IMX_LPCG_CLK_0>,
 			 <&img_jpeg_enc_lpcg IMX_LPCG_CLK_4>;
-		clock-names = "per", "ipg";
 		assigned-clocks = <&img_jpeg_enc_lpcg IMX_LPCG_CLK_0>,
 				  <&img_jpeg_enc_lpcg IMX_LPCG_CLK_4>;
 		assigned-clock-rates = <200000000>, <200000000>;
-- 
2.34.1


  reply	other threads:[~2023-09-12 16:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-12 16:38 [PATCH v3 1/3] dt-bindings: imx8-jpeg: Add clocks entries Fabio Estevam
2023-09-12 16:38 ` Fabio Estevam
2023-09-12 16:38 ` Fabio Estevam [this message]
2023-09-12 16:38   ` [PATCH v3 2/3] arm64: dts: Remove JPEG clock-names Fabio Estevam
2023-09-12 16:46   ` Fabio Estevam
2023-09-12 16:46     ` Fabio Estevam
2023-09-12 16:38 ` [PATCH v3 3/3] arm64: imx8qm-ss-img: Fix jpegenc compatible entry Fabio Estevam
2023-09-12 16:38   ` Fabio Estevam
2023-09-13  7:04 ` [PATCH v3 1/3] dt-bindings: imx8-jpeg: Add clocks entries Krzysztof Kozlowski
2023-09-13  7:04   ` Krzysztof Kozlowski
2023-09-13  7:05   ` Krzysztof Kozlowski
2023-09-13  7:05     ` Krzysztof Kozlowski

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=20230912163810.1750488-2-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=mirela.rabulea@nxp.com \
    --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.