From 7e1e23219d5a9d3890f2b612be5f8058a5b533a5 Mon Sep 17 00:00:00 2001 From: Dhruva Gole Date: Tue, 8 Aug 2023 15:52:07 +0530 Subject: [PATCH] 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 Reviewed-by: Tony Lindgren Reviewed-by: Nishanth Menon Link: https://lore.kernel.org/r/20230808102207.130177-2-d-gole@ti.com Signed-off-by: Linus Walleij --- Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml index b6b6bcd7074b1..45a307d3ce167 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 -- 2.30.2