diff options
| author | Yixun Lan <dlan@gentoo.org> | 2026-01-06 06:09:32 +0300 |
|---|---|---|
| committer | Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> | 2026-01-06 15:36:25 +0300 |
| commit | 48033e4c677be4e3f131df454d44a5d1fb1b334f (patch) | |
| tree | b6a6d2ccb3916eb7db47e41df2ecfad3f7561480 | |
| parent | 98d78c06f54da101c1f2eb79af378cee9e07e102 (diff) | |
| download | linux-48033e4c677be4e3f131df454d44a5d1fb1b334f.tar.xz | |
dt-bindings: gpio: spacemit: add compatible name for K3 SoC
Add new compatible string for SpacemiT K3 SoC's GPIO controller.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Link: https://lore.kernel.org/r/20260106-02-k3-gpio-v3-1-4800c214810b@gentoo.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
| -rw-r--r-- | Documentation/devicetree/bindings/gpio/spacemit,k1-gpio.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/gpio/spacemit,k1-gpio.yaml b/Documentation/devicetree/bindings/gpio/spacemit,k1-gpio.yaml index 83e0b2d14c9f..24d22d95665f 100644 --- a/Documentation/devicetree/bindings/gpio/spacemit,k1-gpio.yaml +++ b/Documentation/devicetree/bindings/gpio/spacemit,k1-gpio.yaml @@ -19,7 +19,9 @@ properties: pattern: "^gpio@[0-9a-f]+$" compatible: - const: spacemit,k1-gpio + enum: + - spacemit,k1-gpio + - spacemit,k3-gpio reg: maxItems: 1 |
