diff mbox series

arm64: zynqmp: Remove unused snps,refclk_fladj property

Message ID 9bdbd1156b19e28cdebeca29149268b0579a8b6a.1670855257.git.michal.simek@amd.com
State Accepted
Commit 67ac851488a1314e7410917b1abdc35400787f40
Delegated to: Michal Simek
Headers show
Series arm64: zynqmp: Remove unused snps,refclk_fladj property | expand

Commit Message

Michal Simek Dec. 12, 2022, 2:27 p.m. UTC
The commit c55ac51a550c ("usb: dwc3: Program GFLADJ") hopefully fixed
issues around fladj logic. This DT property was used in Xilinx stack only
that's why remove because it is not needed anymore.

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

 arch/arm/dts/zynqmp.dtsi | 2 --
 1 file changed, 2 deletions(-)

Comments

Michal Simek Dec. 20, 2022, 8:24 a.m. UTC | #1
On 12/12/22 15:27, Michal Simek wrote:
> The commit c55ac51a550c ("usb: dwc3: Program GFLADJ") hopefully fixed
> issues around fladj logic. This DT property was used in Xilinx stack only
> that's why remove because it is not needed anymore.
> 
> Signed-off-by: Michal Simek <michal.simek@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 34504a8cbb92..0a06c73390b2 100644
> --- a/arch/arm/dts/zynqmp.dtsi
> +++ b/arch/arm/dts/zynqmp.dtsi
> @@ -870,7 +870,6 @@
>   				interrupts = <0 65 4>, <0 69 4>, <0 75 4>;
>   				iommus = <&smmu 0x860>;
>   				snps,quirk-frame-length-adjustment = <0x20>;
> -				snps,refclk_fladj;
>   				clock-names = "ref";
>   				snps,enable_guctl1_resume_quirk;
>   				snps,enable_guctl1_ipd_quirk;
> @@ -902,7 +901,6 @@
>   				interrupts = <0 70 4>, <0 74 4>, <0 76 4>;
>   				iommus = <&smmu 0x861>;
>   				snps,quirk-frame-length-adjustment = <0x20>;
> -				snps,refclk_fladj;
>   				clock-names = "ref";
>   				snps,enable_guctl1_resume_quirk;
>   				snps,enable_guctl1_ipd_quirk;

Applied.
M
diff mbox series

Patch

diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 34504a8cbb92..0a06c73390b2 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -870,7 +870,6 @@ 
 				interrupts = <0 65 4>, <0 69 4>, <0 75 4>;
 				iommus = <&smmu 0x860>;
 				snps,quirk-frame-length-adjustment = <0x20>;
-				snps,refclk_fladj;
 				clock-names = "ref";
 				snps,enable_guctl1_resume_quirk;
 				snps,enable_guctl1_ipd_quirk;
@@ -902,7 +901,6 @@ 
 				interrupts = <0 70 4>, <0 74 4>, <0 76 4>;
 				iommus = <&smmu 0x861>;
 				snps,quirk-frame-length-adjustment = <0x20>;
-				snps,refclk_fladj;
 				clock-names = "ref";
 				snps,enable_guctl1_resume_quirk;
 				snps,enable_guctl1_ipd_quirk;