[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200929203013.GA1115224@bogus>
Date: Tue, 29 Sep 2020 15:30:13 -0500
From: Rob Herring <robh@...nel.org>
To: Zhen Lei <thunder.leizhen@...wei.com>
Cc: Libin <huawei.libin@...wei.com>,
Jonathan Cameron <Jonathan.Cameron@...wei.com>,
Wei Xu <xuwei5@...ilicon.com>,
devicetree <devicetree@...r.kernel.org>,
Kefeng Wang <wangkefeng.wang@...wei.com>,
Rob Herring <robh+dt@...nel.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH v5 14/17] dt-bindings: arm: hisilicon: convert hisilicon,
hip04-bootwrapper bindings to json-schema
On Tue, 29 Sep 2020 22:14:51 +0800, Zhen Lei wrote:
> Convert the Hisilicon Bootwrapper boot method binding to DT schema format
> using json-schema.
>
> The property boot-method contains two groups of physical address range
> information: bootwrapper and relocation. The "uint32-array" type is not
> suitable for it, because the field "address" and "size" may occupy one or
> two cells respectively. Use "minItems: 1" and "maxItems: 2" to allow it
> can be written in "<addr size addr size>" or "<addr size>, <addr size>"
> format.
>
> Signed-off-by: Zhen Lei <thunder.leizhen@...wei.com>
> ---
> .../hisilicon/controller/hip04-bootwrapper.yaml | 34 ++++++++++++++++++++++
> .../controller/hisilicon,hip04-bootwrapper.txt | 9 ------
> 2 files changed, 34 insertions(+), 9 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/arm/hisilicon/controller/hip04-bootwrapper.yaml
> delete mode 100644 Documentation/devicetree/bindings/arm/hisilicon/controller/hisilicon,hip04-bootwrapper.txt
>
Applied, thanks!
Powered by blists - more mailing lists