On Fri, 07 Apr 2023 15:52:59 +0800, Peng Fan (OSS) wrote: > From: Peng Fan <peng.fan@xxxxxxx> > > Convert the binding doc to dt schema, and also fixed the > example from fixed-regulator to regulator-fixed. > > Signed-off-by: Peng Fan <peng.fan@xxxxxxx> > --- > > V3: > Drop description for pwms > Simplify description for amp-supply > update beeper-hz range to 10-10000 > > V2: > License update > Don't need to show providers > Make example complete > Decrease beeper hz > Misc update > > > .../devicetree/bindings/input/pwm-beeper.txt | 24 ----------- > .../devicetree/bindings/input/pwm-beeper.yaml | 41 +++++++++++++++++++ > 2 files changed, 41 insertions(+), 24 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/input/pwm-beeper.txt > create mode 100644 Documentation/devicetree/bindings/input/pwm-beeper.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>