On Tue, 19 Sep 2023 18:11:17 +0800, Tzuyi Chang wrote: > Add device tree bindings for RTD1619B. > > Signed-off-by: Tzuyi Chang <tychang@xxxxxxxxxxx> > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > v2 to v3 change: > 1. Use '-pins$' to be node name pattern. > 2. Remove if/then condition under the patternProperties > "-pins$". > v1 to v2 change: > 1. Add a description for RTD1619B. > 2. Rename realtek,pdrive, realtekmndrive and realtek,dcycle. > 3. Add a description for PMOS and NMOS driving strength. > 4. Remove the wildcard in the compatible strings. > 5. Use '-pins$' to be node name pattern. > --- > .../pinctrl/realtek,rtd1619b-pinctrl.yaml | 186 ++++++++++++++++++ > 1 file changed, 186 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/realtek,rtd1619b-pinctrl.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>