dt-bindings: pinctrl: ralink: add new compatible strings
Add the new compatible strings for mt7620, mt76x8, and rt305x to be able to properly document the pin muxing information of each SoC, or SoCs that use the same pinmux data. Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230317213011.13656-9-arinc.unal@arinc9.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
6c011cc410
commit
0b91c8aa69
|
@ -17,7 +17,9 @@ description:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
const: ralink,mt7620-pinctrl
|
||||
enum:
|
||||
- ralink,mt7620-pinctrl
|
||||
- ralink,mt76x8-pinctrl
|
||||
|
||||
patternProperties:
|
||||
'-pins$':
|
||||
|
|
|
@ -18,7 +18,10 @@ description:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
const: ralink,rt305x-pinctrl
|
||||
enum:
|
||||
- ralink,rt305x-pinctrl
|
||||
- ralink,rt3352-pinctrl
|
||||
- ralink,rt5350-pinctrl
|
||||
|
||||
patternProperties:
|
||||
'-pins$':
|
||||
|
|
Loading…
Reference in New Issue