On Mon, 26 Apr 2021 11:40:08 -0500, Nishanth Menon wrote: > Convert linaro,optee-tz to json schema format for better documentation > and error checks. > > NOTE: This change does introduce a stricter naming convention for > optee nodes. > > Signed-off-by: Nishanth Menon <nm@xxxxxx> > --- > > Changes since v1: > * Dropped un-necessary quotes around compatible > * Converted the method to enum, updated description as well > * Updated commit message to drop the 'checkpatch warning' > > V1: https://lore.kernel.org/linux-arm-kernel/20210416222518.15801-1-nm@xxxxxx/ > > .../bindings/arm/firmware/linaro,optee-tz.txt | 31 ---------- > .../arm/firmware/linaro,optee-tz.yaml | 58 +++++++++++++++++++ > 2 files changed, 58 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 > Applied, thanks!