On Wed, 05 Oct 2022 20:43:37 +0300, Yassine Oudjana wrote: > From: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx> > > Combine MT6797 pin controller document into MT6779 one. reg and > reg-names property constraints are set using conditionals. > A conditional is also used to make interrupt-related properties > required on the MT6779 pin controller only, since the MT6797 > controller doesn't support interrupts (or not yet, at least). > drive-strength and slew-rate properties which weren't described > in the MT6779 document before are brought in from the MT6797 one. > Both pin controllers share a common driver core so they should > both support these properties. > > Signed-off-by: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx> > --- > .../pinctrl/mediatek,mt6779-pinctrl.yaml | 87 ++++++--- > .../pinctrl/mediatek,mt6797-pinctrl.yaml | 176 ------------------ > MAINTAINERS | 2 +- > 3 files changed, 67 insertions(+), 198 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,mt6797-pinctrl.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>