[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210512122346.9463-1-jbx6244@gmail.com>
Date: Wed, 12 May 2021 14:23:42 +0200
From: Johan Jonker <jbx6244@...il.com>
To: heiko@...ech.de
Cc: robh+dt@...nel.org, linus.walleij@...aro.org, kishon@...com,
vkoul@...nel.org, jay.xu@...k-chips.com, shawn.lin@...k-chips.com,
david.wu@...k-chips.com, zhangqing@...k-chips.com,
huangtao@...k-chips.com, cl@...k-chips.com,
linux-phy@...ts.infradead.org, linux-rockchip@...ts.infradead.org,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v5 0/4] convert grf.txt to YAML
Changed V5:
changed compatibles for rk3066/rk3188
add rockchip-usb-phy.yaml
move and restyle grf nodes rk3066/rk3188
remove applied patches
Changed V4:
revert separate schemas for each 'if' subset
add additionalProperties
move properties to top level
Changed V3:
remove select
change unevaluatedProperties
add separate schemas for each 'if' subset
Changed V2:
add rockchip,rk3328-grf-gpio.yaml
rename grf-gpio nodename
Johan Jonker (4):
dt-bindings: phy: convert rockchip-usb-phy.txt to YAML
dt-bindings: soc: rockchip: convert grf.txt to YAML
ARM: dts: rockchip: move and restyle grf nodes rk3066/rk3188
arm64: dts: rename grf-gpio nodename in rk3328.dtsi
.../devicetree/bindings/phy/rockchip-usb-phy.txt | 52 -----
.../devicetree/bindings/phy/rockchip-usb-phy.yaml | 86 +++++++
.../devicetree/bindings/soc/rockchip/grf.txt | 61 -----
.../devicetree/bindings/soc/rockchip/grf.yaml | 260 +++++++++++++++++++++
arch/arm/boot/dts/rk3066a.dtsi | 53 +++--
arch/arm/boot/dts/rk3188.dtsi | 53 +++--
arch/arm/boot/dts/rk3xxx.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 2 +-
8 files changed, 406 insertions(+), 163 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/phy/rockchip-usb-phy.txt
create mode 100644 Documentation/devicetree/bindings/phy/rockchip-usb-phy.yaml
delete mode 100644 Documentation/devicetree/bindings/soc/rockchip/grf.txt
create mode 100644 Documentation/devicetree/bindings/soc/rockchip/grf.yaml
--
2.11.0
Powered by blists - more mailing lists