From: Michal Simek Date: Thu, 11 Mar 2021 12:34:02 +0000 (+0100) Subject: arm64: zynqmp: Remove comment about clock chips X-Git-Tag: v2025.01-rc5-pxa1908~1871^2~7 X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24style.RelPermalink%20%7D%7D?a=commitdiff_plain;h=fddff6815ab534d8559fbf264c7e53d6d0cf8f44;p=u-boot.git arm64: zynqmp: Remove comment about clock chips These comments weren't push to mainline that's why remove them. Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp-zcu208-revA.dts b/arch/arm/dts/zynqmp-zcu208-revA.dts index c24301090d..cd2f02f21d 100644 --- a/arch/arm/dts/zynqmp-zcu208-revA.dts +++ b/arch/arm/dts/zynqmp-zcu208-revA.dts @@ -424,27 +424,27 @@ si5341_2: out@2 { /* refclk2 for PS-GT, used for USB3 */ reg = <2>; - always-on; /* assigned-clocks does not enable, so do it here */ + always-on; }; si5341_3: out@3 { /* refclk3 for PS-GT, used for SATA */ reg = <3>; - always-on; /* assigned-clocks does not enable, so do it here */ + always-on; }; si5341_5: out@5 { /* refclk5 PL CLK100 */ reg = <5>; - always-on; /* assigned-clocks does not enable, so do it here */ + always-on; }; si5341_6: out@6 { /* refclk6 PL CLK125 */ reg = <6>; - always-on; /* assigned-clocks does not enable, so do it here */ + always-on; }; si5341_9: out@9 { /* refclk9 used for PS_REF_CLK 33.3 MHz */ reg = <9>; - always-on; /* assigned-clocks does not enable, so do it here */ + always-on; }; }; }; diff --git a/arch/arm/dts/zynqmp-zcu216-revA.dts b/arch/arm/dts/zynqmp-zcu216-revA.dts index 675baf4bed..8aecb15292 100644 --- a/arch/arm/dts/zynqmp-zcu216-revA.dts +++ b/arch/arm/dts/zynqmp-zcu216-revA.dts @@ -435,27 +435,27 @@ si5341_2: out@2 { /* refclk2 for PS-GT, used for USB3 */ reg = <2>; - always-on; /* assigned-clocks does not enable, so do it here */ + always-on; }; si5341_3: out@3 { /* refclk3 for PS-GT, used for SATA */ reg = <3>; - always-on; /* assigned-clocks does not enable, so do it here */ + always-on; }; si5341_5: out@5 { /* refclk5 PL CLK100 */ reg = <5>; - always-on; /* assigned-clocks does not enable, so do it here */ + always-on; }; si5341_6: out@6 { /* refclk6 PL CLK125 */ reg = <6>; - always-on; /* assigned-clocks does not enable, so do it here */ + always-on; }; si5341_9: out@9 { /* refclk9 used for PS_REF_CLK 33.3 MHz */ reg = <9>; - always-on; /* assigned-clocks does not enable, so do it here */ + always-on; }; }; };