mbox series

[v3,0/5] DT: Improve validation for Marvell SoCs

Message ID 20200616223353.993567-1-lkundrak@v3.sk
Headers show
Series DT: Improve validation for Marvell SoCs | expand

Message

Lubomir Rintel June 16, 2020, 10:33 p.m. UTC
Hi,

chained to this message is what remains of the patch set that converts
binding documents for hardware used with Marvell MMP SoCs to JSON.

Compared to v2 there are fixes to the first two patches. Detailed
changelogs are in the individual patches.

Thanks
Lubo

Comments

Rob Herring (Arm) July 13, 2020, 6:49 p.m. UTC | #1
On Wed, 17 Jun 2020 00:33:50 +0200, Lubomir Rintel wrote:
> A conversion of the i2c-pxa binding to DT schema format using json-schema.

> 

> This also cleans ups some errors in the binding: The compatible string

> description suggested that "mmp" in "mrvl,mmp-twsi" is to be substituted

> with a processor model, which wouldn't be a right thing to do and indeed

> nobody seems to have been doing that. There also was "Recommended

> properties" section that included optional as well as mandatory

> properties. Missing mandatory properties were added to the example.

> 

> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>

> 

> ---

> Changes since v2:

> - Add unevaluatedProperties: false

> 

> Changes since v1:

> - Add default GPL-2.0-only license tag

> - Fill in maintainers from MAINTAINERS file

> 

>  .../devicetree/bindings/i2c/i2c-pxa.txt       | 31 --------

>  .../devicetree/bindings/i2c/i2c-pxa.yaml      | 74 +++++++++++++++++++

>  2 files changed, 74 insertions(+), 31 deletions(-)

>  delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-pxa.txt

>  create mode 100644 Documentation/devicetree/bindings/i2c/i2c-pxa.yaml

> 


Applied, thanks!