All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: U-Boot <u-boot@lists.denx.de>, git <git@xilinx.com>
Subject: Re: [PATCH 2/2] ARM: zynq: Fix OCM mapping to be aligned with binding on zc702
Date: Mon, 31 May 2021 10:20:43 +0200	[thread overview]
Message-ID: <CAHTX3dLfg0KTodoRSnufuTuyA2W3COhpfakgWDuKbV_G-zDS1Q@mail.gmail.com> (raw)
In-Reply-To: <30e9dbe86d47e1a2b82a235c1bc043122915647e.1622110752.git.michal.simek@xilinx.com>

čt 27. 5. 2021 v 12:19 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> The Linux commit f69629919942 ("dt-bindings: sram: Convert SRAM bindings to
> json-schema") converted binding to yaml and some missing required
> properties started to be reported. Align binding based on it.
>
> The patch is fixing these warnings:
> .../zynq-zc702.dt.yaml: sram@fffc0000: '#address-cells' is a required property
> .../zynq-zc702.dt.yaml: sram@fffc0000: '#size-cells' is a required property
> .../zynq-zc702.dt.yaml: sram@fffc0000: 'ranges' is a required property
> >From schema: .../Documentation/devicetree/bindings/sram/sram.yaml
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> Link: https://lore.kernel.org/r/87c02786ccd8d7827827a9d95a8737bb300caeb0.1606397101.git.michal.simek@xilinx.com
> ---
>
>  arch/arm/dts/zynq-zc702.dts | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/dts/zynq-zc702.dts b/arch/arm/dts/zynq-zc702.dts
> index e45eba3d90b3..4474f4bfd7b2 100644
> --- a/arch/arm/dts/zynq-zc702.dts
> +++ b/arch/arm/dts/zynq-zc702.dts
> @@ -68,6 +68,12 @@
>         ocm: sram@fffc0000 {
>                 compatible = "mmio-sram";
>                 reg = <0xfffc0000 0x10000>;
> +               #address-cells = <1>;
> +               #size-cells = <1>;
> +               ranges = <0 0xfffc0000 0x10000>;
> +               ocm-sram@0 {
> +                       reg = <0x0 0x10000>;
> +               };
>         };
>  };
>
> --
> 2.31.1
>

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

  reply	other threads:[~2021-05-31  8:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-27 10:19 [PATCH 1/2] ARM: zynq: Convert at25 binding to new description on zc770-xm013 Michal Simek
2021-05-27 10:19 ` [PATCH 2/2] ARM: zynq: Fix OCM mapping to be aligned with binding on zc702 Michal Simek
2021-05-31  8:20   ` Michal Simek [this message]
2021-05-31  8:21 ` [PATCH 1/2] ARM: zynq: Convert at25 binding to new description on zc770-xm013 Michal Simek

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=CAHTX3dLfg0KTodoRSnufuTuyA2W3COhpfakgWDuKbV_G-zDS1Q@mail.gmail.com \
    --to=monstr@monstr.eu \
    --cc=git@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.