Message ID | 20220714183328.4137-2-pali@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/4] gpio: mvebu: Fix check for pwm support on non-A8K platforms | expand |
On Thu, 14 Jul 2022 20:33:26 +0200, Pali Rohár wrote: > Armada 38x and Armada 39x should use compatible string "marvel,armadaxp-gpio". > > Signed-off-by: Pali Rohár <pali@kernel.org> > --- > Documentation/devicetree/bindings/gpio/gpio-mvebu.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/gpio/gpio-mvebu.txt b/Documentation/devicetree/bindings/gpio/gpio-mvebu.txt index 0fc6700ed800..3bc8f5caf328 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-mvebu.txt +++ b/Documentation/devicetree/bindings/gpio/gpio-mvebu.txt @@ -10,7 +10,7 @@ Required properties: should be used for the Discovery MV78200. "marvel,armadaxp-gpio" should be used for all Armada XP SoCs - (MV78230, MV78260, MV78460). + (MV78230, MV78260, MV78460), Armada 38x and Armada 39x. "marvell,armada-8k-gpio" should be used for the Armada 7K and 8K SoCs (either from AP or CP), see
Armada 38x and Armada 39x should use compatible string "marvel,armadaxp-gpio". Signed-off-by: Pali Rohár <pali@kernel.org> --- Documentation/devicetree/bindings/gpio/gpio-mvebu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)