[PATCH] arm64: zynqmp: Remove snps,enable_guctl1_ipd_quirk property

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.p... https://lore.kernel.org/r/1708717523-4006664-1-git-send-email-radhey.shyam.p... --- 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; */ };

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.p... https://lore.kernel.org/r/1708717523-4006664-1-git-send-email-radhey.shyam.p...
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; */ };

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.p... https://lore.kernel.org/r/1708717523-4006664-1-git-send-email-radhey.shyam.p...
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
participants (2)
-
Laurent Pinchart
-
Michal Simek