Messages in this thread |  | | From | Frank Wunderlich <> | Subject | [PATCH v3 0/3] Add sata nodes to rk356x | Date | Sun, 27 Feb 2022 19:27:57 +0100 |
| |
From: Frank Wunderlich <frank-w@public-files.de>
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
|  |