[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190927180047.GA24461@bogus>
Date: Fri, 27 Sep 2019 13:00:47 -0500
From: Rob Herring <robh@...nel.org>
To: Krzysztof Kozlowski <krzk@...nel.org>
Cc: Kukjin Kim <kgene@...nel.org>,
Krzysztof Kozlowski <krzk@...nel.org>,
Mark Rutland <mark.rutland@....com>,
linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 2/2] dt-bindings: arm: samsung: Convert Exynos PMU
bindings to json-schema
On Fri, 20 Sep 2019 18:26:00 +0200, Krzysztof Kozlowski wrote:
> Convert Samsung Exynos Power Management Unit (PMU) bindings to DT schema
> format using json-schema.
>
> Signed-off-by: Krzysztof Kozlowski <krzk@...nel.org>
>
> ---
>
> Changes since v2:
> 1. Use select to skip other syscon nodes,
> 2. Indent example with four spaces (more readable),
> 3. Use pattern for clkoutN property,
> 4. Include header with clock IDs in example to bring it closer to real DTS.
>
> Changes since v1:
> 1. Fix clock-names to match all elements against schema (any number of
> any clkoutN values).
> This currently fails:
> properties:clock-names:items: {'enum': ['clkout0', 'clkout1', 'clkout2',
> 'clkout3', 'clkout4', 'clkout5', 'clkout6', 'clkout7', 'clkout8',
> 'clkout9', 'clkout10', 'clkout11', 'clkout12', 'clkout13', 'clkout14',
> 'clkout15', 'clkout16']} is not of type 'array
>
> 2. Add syscon reboot and poweroff nodes.
> ---
> .../devicetree/bindings/arm/samsung/pmu.txt | 72 ------------
> .../devicetree/bindings/arm/samsung/pmu.yaml | 105 ++++++++++++++++++
> 2 files changed, 105 insertions(+), 72 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/arm/samsung/pmu.txt
> create mode 100644 Documentation/devicetree/bindings/arm/samsung/pmu.yaml
>
Applied, thanks.
Rob
Powered by blists - more mailing lists