[PATCH v5 0/4] convert grf.txt to YAML

Johan Jonker jbx6244 at gmail.com
Wed May 12 05:23:42 PDT 2021


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




More information about the Linux-rockchip mailing list