devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: zynq: Comment interrupt names IRQs for pl330
@ 2023-01-05  8:40 Michal Simek
  2023-01-19 13:00 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2023-01-05  8:40 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git
  Cc: Krzysztof Kozlowski, Rob Herring, devicetree, linux-arm-kernel

pl330 DT yaml description doesn't define interrupt-names property that's
why comment it but keep it as comment.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 arch/arm/boot/dts/zynq-7000.dtsi | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
index 25fbca70ac1f..c5bb6ddd5370 100644
--- a/arch/arm/boot/dts/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/zynq-7000.dtsi
@@ -347,8 +347,10 @@ dmac_s: dmac@f8003000 {
 			compatible = "arm,pl330", "arm,primecell";
 			reg = <0xf8003000 0x1000>;
 			interrupt-parent = <&intc>;
-			interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
-				"dma4", "dma5", "dma6", "dma7";
+			/*
+			 * interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
+			 * "dma4", "dma5", "dma6", "dma7";
+			 */
 			interrupts = <0 13 4>,
 			             <0 14 4>, <0 15 4>,
 			             <0 16 4>, <0 17 4>,
-- 
2.36.1


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

* Re: [PATCH] ARM: zynq: Comment interrupt names IRQs for pl330
  2023-01-05  8:40 [PATCH] ARM: zynq: Comment interrupt names IRQs for pl330 Michal Simek
@ 2023-01-19 13:00 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2023-01-19 13:00 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git
  Cc: Krzysztof Kozlowski, Rob Herring, devicetree, linux-arm-kernel



On 1/5/23 09:40, Michal Simek wrote:
> pl330 DT yaml description doesn't define interrupt-names property that's
> why comment it but keep it as comment.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
>   arch/arm/boot/dts/zynq-7000.dtsi | 6 ++++--
>   1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
> index 25fbca70ac1f..c5bb6ddd5370 100644
> --- a/arch/arm/boot/dts/zynq-7000.dtsi
> +++ b/arch/arm/boot/dts/zynq-7000.dtsi
> @@ -347,8 +347,10 @@ dmac_s: dmac@f8003000 {
>   			compatible = "arm,pl330", "arm,primecell";
>   			reg = <0xf8003000 0x1000>;
>   			interrupt-parent = <&intc>;
> -			interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
> -				"dma4", "dma5", "dma6", "dma7";
> +			/*
> +			 * interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
> +			 * "dma4", "dma5", "dma6", "dma7";
> +			 */
>   			interrupts = <0 13 4>,
>   			             <0 14 4>, <0 15 4>,
>   			             <0 16 4>, <0 17 4>,

Applied.
M

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

end of thread, other threads:[~2023-01-19 13:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-05  8:40 [PATCH] ARM: zynq: Comment interrupt names IRQs for pl330 Michal Simek
2023-01-19 13:00 ` Michal Simek

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