On Thu, 28 Sep 2023 16:55:25 +0800, Chen-Yu Tsai wrote: > Convert this from the old style text based binding to the new DT schema > style. This will make adding the MT6366 portion easier. > > The examples have been trimmed down considerably, and the remaining > entries now match what is seen in actual device trees, minus some > properties that aren't covered by the bindings yet, or don't make > sense on their own. > > The original submitter seems to have left MediaTek, so instead the > submitter and maintainer for the MT6366 binding is listed as the > maintainer here. > > Cc: Zhiyong Tao <zhiyong.tao@xxxxxxxxxxxx> > Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx> > --- > Changes since v3: > - ldo_vxo22 and ldo_vusb moved to properties > > Changes since v2: > - Added missing end-of-string match to regulator names > - regulator-coupled-* properties in example dropped > - #include and regulator-allowed-modes moved to new patch > > .../regulator/mediatek,mt6358-regulator.yaml | 98 +++++ > .../bindings/regulator/mt6358-regulator.txt | 350 ------------------ > 2 files changed, 98 insertions(+), 350 deletions(-) > create mode 100644 Documentation/devicetree/bindings/regulator/mediatek,mt6358-regulator.yaml > delete mode 100644 Documentation/devicetree/bindings/regulator/mt6358-regulator.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>