On Sat, 18 Dec 2021 16:15:15 +0800, Chunfeng Yun wrote: > Convert mtk-efuse.txt to YAML schema mediatek,efuse.yaml > > Signed-off-by: Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx> > --- > v2: > 1. remove description of subnodes which is covered by nvmem.yaml suggested by Rob > 2. change the example which is commoner than mt8173's > > --- > .../bindings/nvmem/mediatek,efuse.yaml | 86 +++++++++++++++++++ > .../devicetree/bindings/nvmem/mtk-efuse.txt | 43 ---------- > 2 files changed, 86 insertions(+), 43 deletions(-) > create mode 100644 Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml > delete mode 100644 Documentation/devicetree/bindings/nvmem/mtk-efuse.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>