On Wed, Jun 15, 2022 at 1:14 AM Piyush Mehta <piyush.mehta@xxxxxxxxxx> 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. Huh? You are saying the dts files are wrong and should not have 'iommus' or 'phy-names' properties? That doesn't seem likely for 'iommus'. If the old binding was wrong, it is fine to add the properties in the conversion. Just note that in the commit message. > --- > .../devicetree/bindings/ata/ahci-ceva.txt | 63 ------ > .../devicetree/bindings/ata/ahci-ceva.yaml | 182 ++++++++++++++++++ > 2 files changed, 182 insertions(+), 63 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/ata/ahci-ceva.txt > create mode 100644 Documentation/devicetree/bindings/ata/ahci-ceva.yaml Also, rename to ceva,ahci-1v84.yaml for the filename. Rob