* [PATCH] arm64: zynqmp: Remove snps,enable_guctl1_ipd_quirk property
@ 2024-02-26 15:54 Michal Simek
2024-02-28 16:14 ` Laurent Pinchart
2024-03-01 7:32 ` Michal Simek
0 siblings, 2 replies; 3+ messages in thread
From: Michal Simek @ 2024-02-26 15:54 UTC (permalink / raw)
To: u-boot, git
Cc: Laurent Pinchart, Piyush Mehta, Radhey Shyam Pandey, Tanmay Shah,
Tom Rini
Remove undocumented DT property. Suggested solution was to apply quirk
via glue logic driver that's why make no sense to have it listed in DT.
Signed-off-by: Michal Simek <michal.simek@amd.com>
---
For more information please take a look at:
https://lore.kernel.org/r/1708023665-1441674-1-git-send-email-radhey.shyam.pandey@amd.com
https://lore.kernel.org/r/1708717523-4006664-1-git-send-email-radhey.shyam.pandey@amd.com
---
arch/arm/dts/zynqmp.dtsi | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index b50b83b7723f..daae23c12b79 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -1008,7 +1008,6 @@
/* iommus = <&smmu 0x860>; */
snps,quirk-frame-length-adjustment = <0x20>;
clock-names = "ref";
- snps,enable_guctl1_ipd_quirk;
snps,resume-hs-terminations;
/* dma-coherent; */
};
@@ -1040,7 +1039,6 @@
/* iommus = <&smmu 0x861>; */
snps,quirk-frame-length-adjustment = <0x20>;
clock-names = "ref";
- snps,enable_guctl1_ipd_quirk;
snps,resume-hs-terminations;
/* dma-coherent; */
};
--
2.36.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: zynqmp: Remove snps,enable_guctl1_ipd_quirk property
2024-02-26 15:54 [PATCH] arm64: zynqmp: Remove snps,enable_guctl1_ipd_quirk property Michal Simek
@ 2024-02-28 16:14 ` Laurent Pinchart
2024-03-01 7:32 ` Michal Simek
1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2024-02-28 16:14 UTC (permalink / raw)
To: Michal Simek
Cc: u-boot, git, Piyush Mehta, Radhey Shyam Pandey, Tanmay Shah,
Tom Rini
Hi Michal,
Thank you for the patch.
On Mon, Feb 26, 2024 at 04:54:13PM +0100, Michal Simek wrote:
> Remove undocumented DT property. Suggested solution was to apply quirk
> via glue logic driver that's why make no sense to have it listed in DT.
>
> Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>
> For more information please take a look at:
> https://lore.kernel.org/r/1708023665-1441674-1-git-send-email-radhey.shyam.pandey@amd.com
> https://lore.kernel.org/r/1708717523-4006664-1-git-send-email-radhey.shyam.pandey@amd.com
> ---
> arch/arm/dts/zynqmp.dtsi | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
> index b50b83b7723f..daae23c12b79 100644
> --- a/arch/arm/dts/zynqmp.dtsi
> +++ b/arch/arm/dts/zynqmp.dtsi
> @@ -1008,7 +1008,6 @@
> /* iommus = <&smmu 0x860>; */
> snps,quirk-frame-length-adjustment = <0x20>;
> clock-names = "ref";
> - snps,enable_guctl1_ipd_quirk;
> snps,resume-hs-terminations;
> /* dma-coherent; */
> };
> @@ -1040,7 +1039,6 @@
> /* iommus = <&smmu 0x861>; */
> snps,quirk-frame-length-adjustment = <0x20>;
> clock-names = "ref";
> - snps,enable_guctl1_ipd_quirk;
> snps,resume-hs-terminations;
> /* dma-coherent; */
> };
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: zynqmp: Remove snps,enable_guctl1_ipd_quirk property
2024-02-26 15:54 [PATCH] arm64: zynqmp: Remove snps,enable_guctl1_ipd_quirk property Michal Simek
2024-02-28 16:14 ` Laurent Pinchart
@ 2024-03-01 7:32 ` Michal Simek
1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2024-03-01 7:32 UTC (permalink / raw)
To: u-boot, git
Cc: Laurent Pinchart, Piyush Mehta, Radhey Shyam Pandey, Tanmay Shah,
Tom Rini
On 2/26/24 16:54, Michal Simek wrote:
> Remove undocumented DT property. Suggested solution was to apply quirk
> via glue logic driver that's why make no sense to have it listed in DT.
>
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
>
> For more information please take a look at:
> https://lore.kernel.org/r/1708023665-1441674-1-git-send-email-radhey.shyam.pandey@amd.com
> https://lore.kernel.org/r/1708717523-4006664-1-git-send-email-radhey.shyam.pandey@amd.com
> ---
> arch/arm/dts/zynqmp.dtsi | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
> index b50b83b7723f..daae23c12b79 100644
> --- a/arch/arm/dts/zynqmp.dtsi
> +++ b/arch/arm/dts/zynqmp.dtsi
> @@ -1008,7 +1008,6 @@
> /* iommus = <&smmu 0x860>; */
> snps,quirk-frame-length-adjustment = <0x20>;
> clock-names = "ref";
> - snps,enable_guctl1_ipd_quirk;
> snps,resume-hs-terminations;
> /* dma-coherent; */
> };
> @@ -1040,7 +1039,6 @@
> /* iommus = <&smmu 0x861>; */
> snps,quirk-frame-length-adjustment = <0x20>;
> clock-names = "ref";
> - snps,enable_guctl1_ipd_quirk;
> snps,resume-hs-terminations;
> /* dma-coherent; */
> };
Applied.
M
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-01 7:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-26 15:54 [PATCH] arm64: zynqmp: Remove snps,enable_guctl1_ipd_quirk property Michal Simek
2024-02-28 16:14 ` Laurent Pinchart
2024-03-01 7:32 ` Michal Simek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox