On Mon, 20 Jun 2022 13:07:17 +0530, Piyush Mehta wrote: > Convert the ahci-ceva doc to yaml. > > Signed-off-by: Piyush Mehta <piyush.mehta@xxxxxxxxxx> > --- > Changes for V2: > - Corrected the patch --prefix V3 to V2. > - Added Required properties. > > Changes for V3: > - Skip patch --prefix [PATCH V3] as already sent. > > Changes for V4: > - Addressed Rob review comments:- > - Update params description > - Removed description from common properties. > - Deleted deprecated property. > - Warning generated from: 'make dtbs_check' > - Thanks Rob: We are aware of these warnings, > but they are unrelated to this patch. > > Changes for V5: > - Addressed Rob review comments:- > - Upadte the file name with ceva,ahci-1v84.yaml > - Fix dtbs_check warnings: added iommu and phy-name property. > --- > .../devicetree/bindings/ata/ahci-ceva.txt | 63 ------ > .../bindings/ata/ceva,ahci-1v84.yaml | 189 ++++++++++++++++++ > 2 files changed, 189 insertions(+), 63 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/ata/ahci-ceva.txt > create mode 100644 Documentation/devicetree/bindings/ata/ceva,ahci-1v84.yaml > Applied, thanks!