On Thu, 06 Apr 2023 20:47:28 +0200, Konrad Dybcio wrote: > Convert the Qualcomm IOMMU bindings to YAML. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> > --- > v2 -> v3: > - Add additionalProperties:false & required for ctx subnodes > - Drop the IOMMU consumer device from the DT example > > v2: https://lore.kernel.org/r/20230406-topic-qciommu-v2-1-b8547622b2a4@xxxxxxxxxx > > v1 -> v2: > - Include missing header > - pad the addresses to 8 hex digits > - add 'reg' to the mdp device > > v1: https://lore.kernel.org/r/20230406-topic-qciommu-v1-1-03f17717a447@xxxxxxxxxx > --- > .../devicetree/bindings/iommu/qcom,iommu.txt | 122 --------------------- > .../devicetree/bindings/iommu/qcom,iommu.yaml | 113 +++++++++++++++++++ > 2 files changed, 113 insertions(+), 122 deletions(-) > Applied, thanks!