devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: LKML <linux-kernel@vger.kernel.org>,
	Michal Simek <monstr@monstr.eu>, git <git@xilinx.com>
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	Manish Narani <manish.narani@xilinx.com>,
	Michael Tretter <m.tretter@pengutronix.de>,
	Nava kishore Manne <nava.manne@xilinx.com>,
	Rajan Vaja <rajan.vaja@xilinx.com>,
	Rob Herring <robh+dt@kernel.org>,
	DTML <devicetree@vger.kernel.org>,
	linux-arm <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] arm64: dts: zynqmp: Remove undocumented u-boot properties
Date: Tue, 29 Sep 2020 12:56:05 +0200	[thread overview]
Message-ID: <CAHTX3dK3D+8MD=fPmooyUisjXqfd+3mmLJKLSzh3c3w_9v-OoA@mail.gmail.com> (raw)
In-Reply-To: <8ba339425b9c9f319bdedce7741367055a30713c.1598257720.git.michal.simek@xilinx.com>

po 24. 8. 2020 v 10:28 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> u-boot, DT properties are not documented anywhere in Linux DT binding
> that's why remove them.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi | 5 -----
>  arch/arm64/boot/dts/xilinx/zynqmp.dtsi         | 1 -
>  2 files changed, 6 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi
> index 9868ca15dfc5..c94c3bb67edc 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi
> @@ -10,35 +10,30 @@
>  #include <dt-bindings/clock/xlnx-zynqmp-clk.h>
>  / {
>         pss_ref_clk: pss_ref_clk {
> -               u-boot,dm-pre-reloc;
>                 compatible = "fixed-clock";
>                 #clock-cells = <0>;
>                 clock-frequency = <33333333>;
>         };
>
>         video_clk: video_clk {
> -               u-boot,dm-pre-reloc;
>                 compatible = "fixed-clock";
>                 #clock-cells = <0>;
>                 clock-frequency = <27000000>;
>         };
>
>         pss_alt_ref_clk: pss_alt_ref_clk {
> -               u-boot,dm-pre-reloc;
>                 compatible = "fixed-clock";
>                 #clock-cells = <0>;
>                 clock-frequency = <0>;
>         };
>
>         gt_crx_ref_clk: gt_crx_ref_clk {
> -               u-boot,dm-pre-reloc;
>                 compatible = "fixed-clock";
>                 #clock-cells = <0>;
>                 clock-frequency = <108000000>;
>         };
>
>         aux_ref_clk: aux_ref_clk {
> -               u-boot,dm-pre-reloc;
>                 compatible = "fixed-clock";
>                 #clock-cells = <0>;
>                 clock-frequency = <27000000>;
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> index d1e9a5eb4f70..6a8ff4bcc09b 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> @@ -131,7 +131,6 @@ zynqmp_power: zynqmp-power {
>                         };
>
>                         zynqmp_clk: clock-controller {
> -                               u-boot,dm-pre-reloc;
>                                 #clock-cells = <1>;
>                                 compatible = "xlnx,zynqmp-clk";
>                                 clocks = <&pss_ref_clk>,
> --
> 2.28.0
>

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

      parent reply	other threads:[~2020-09-29 10:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-24  8:28 [PATCH] arm64: dts: zynqmp: Remove undocumented u-boot properties Michal Simek
2020-08-24 10:26 ` Krzysztof Kozlowski
2020-09-29 10:56 ` Michal Simek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHTX3dK3D+8MD=fPmooyUisjXqfd+3mmLJKLSzh3c3w_9v-OoA@mail.gmail.com' \
    --to=monstr@monstr.eu \
    --cc=devicetree@vger.kernel.org \
    --cc=git@xilinx.com \
    --cc=krzk@kernel.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.tretter@pengutronix.de \
    --cc=manish.narani@xilinx.com \
    --cc=nava.manne@xilinx.com \
    --cc=rajan.vaja@xilinx.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).