[RFC PATCH 7/9] dt-bindings: pinctrl: add compatible for Allwinner A733
Andre Przywara
andre.przywara at arm.com
Wed Aug 20 17:42:30 PDT 2025
The A733 contains a pin controller similar to previous SoCs, although
with a change in the MMIO register frame layout.
This SoC uses the new style of DT binding, where the pinmux values for
each pin group are stored in the new "allwinner,pinmux" property in the
DT node.
Add the new compatible to the existing A523 binding, since they share a
lot of features, including the number of banks and clocks.
Signed-off-by: Andre Przywara <andre.przywara at arm.com>
---
.../bindings/pinctrl/allwinner,sun55i-a523-pinctrl.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/pinctrl/allwinner,sun55i-a523-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/allwinner,sun55i-a523-pinctrl.yaml
index 154e03da8ce98..c04b04acf6e45 100644
--- a/Documentation/devicetree/bindings/pinctrl/allwinner,sun55i-a523-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/allwinner,sun55i-a523-pinctrl.yaml
@@ -4,7 +4,7 @@
$id: http://devicetree.org/schemas/pinctrl/allwinner,sun55i-a523-pinctrl.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
-title: Allwinner A523 Pin Controller
+title: Allwinner A523 & A733 Pin Controller
maintainers:
- Andre Przywara <andre.przywara at arm.com>
@@ -28,6 +28,8 @@ properties:
enum:
- allwinner,sun55i-a523-pinctrl
- allwinner,sun55i-a523-r-pinctrl
+ - allwinner,sun60i-a733-pinctrl
+ - allwinner,sun60i-a733-r-pinctrl
reg:
maxItems: 1
@@ -126,6 +128,7 @@ allOf:
compatible:
enum:
- allwinner,sun55i-a523-pinctrl
+ - allwinner,sun60i-a733-pinctrl
then:
properties:
@@ -138,6 +141,7 @@ allOf:
compatible:
enum:
- allwinner,sun55i-a523-r-pinctrl
+ - allwinner,sun60i-a733-r-pinctrl
then:
properties:
--
2.46.3
More information about the linux-arm-kernel
mailing list