diff options
| author | Dhruva Gole <[email protected]> | 2023-08-08 15:52:07 +0530 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2023-08-10 10:34:35 +0200 |
| commit | 7e1e23219d5a9d3890f2b612be5f8058a5b533a5 (patch) | |
| tree | 38875ab52fd82f5d3f4d4077b6e1ce40df8e12eb | |
| parent | 32c170ff15b044579b1f8b8cdabf543406dde9da (diff) | |
dt-bindings: pinctrl: pinctrl-single: add ti,am654-padconf compatible
Add the "ti,am654-padconf" compatible to support the new wakeup enable and
status bits positions on K3 family SOCs that support the IO daisychain
feature.
Signed-off-by: Dhruva Gole <[email protected]>
Reviewed-by: Tony Lindgren <[email protected]>
Reviewed-by: Nishanth Menon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml index b6b6bcd7074b..45a307d3ce16 100644 --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml @@ -24,6 +24,7 @@ properties: - items: - enum: - ti,am437-padconf + - ti,am654-padconf - ti,dra7-padconf - ti,omap2420-padconf - ti,omap2430-padconf |