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

Michal Simek michal.simek at amd.com
Fri Mar 1 08:32:25 CET 2024



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 at 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


More information about the U-Boot mailing list