On Wed, Jun 16, 2021 at 6:05 PM Rob Herring <robh@xxxxxxxxxx> wrote: > > On Wed, Jun 16, 2021 at 12:36:44PM +0200, Jens Wiklander wrote: > > Converts the optee binding to use DT schema format. > > > > Signed-off-by: Jens Wiklander <jens.wiklander@xxxxxxxxxx> > > --- > > .../bindings/arm/firmware/linaro,optee-tz.txt | 31 ------------ > > .../arm/firmware/linaro,optee-tz.yaml | 49 +++++++++++++++++++ > > 2 files changed, 49 insertions(+), 31 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/arm/firmware/linaro,optee-tz.txt > > create mode 100644 Documentation/devicetree/bindings/arm/firmware/linaro,optee-tz.yaml > > Other than the indentation, > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> Thanks Rob. Nishanth reminded me of https://lore.kernel.org/linux-arm-kernel/20210503191327.GA2217487@xxxxxxxxxxxxxxxxxx/, aka be78329717e4 ("dt-bindings: arm: firmware: Convert linaro,optee-tz to json schema") in linux-next. I'll wait for that one to land upstream instead. Cheers, Jens