From: Frank Wunderlich <frank-w@xxxxxxxxxxxxxxx> This Series converts the binding for ahci-platform to yaml and adds sata nodes to rockchip rk356x device trees. v3: - add conversion to sata-series - fix some errors in dt_binding_check and dtbs_check - move to unevaluated properties = false - add power-domain to yaml - move sata0 to rk3568.dtsi - drop clock-names and interrupt-names Frank Wunderlich (3): dt-bindings: Convert ahci-platform DT bindings to yaml dt-bindings: Add power-domains property to ahci-platform arm64: dts: rockchip: Add sata nodes to rk356x .../devicetree/bindings/ata/ahci-platform.txt | 79 ---------- .../bindings/ata/ahci-platform.yaml | 143 ++++++++++++++++++ arch/arm64/boot/dts/rockchip/rk3568.dtsi | 14 ++ arch/arm64/boot/dts/rockchip/rk356x.dtsi | 26 ++++ 4 files changed, 183 insertions(+), 79 deletions(-) delete mode 100644 Documentation/devicetree/bindings/ata/ahci-platform.txt create mode 100644 Documentation/devicetree/bindings/ata/ahci-platform.yaml -- 2.25.1