summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/marvell/armada-388-gp.dts
diff options
context:
space:
mode:
authorDavid Heidelberg <david@ixit.cz>2023-12-02 23:29:04 +0100
committerGregory CLEMENT <gregory.clement@bootlin.com>2023-12-15 15:26:41 +0100
commit62f34e3ec2befcbe5d8a5003f21d53dab80bb03c (patch)
tree1dfd7c826b74c29ad0d0f53a5cb509ba676f55fa /arch/arm/boot/dts/marvell/armada-388-gp.dts
parent6e75ac5a824e1551764cd4bfce5ede3d5fafc407 (diff)
ARM: dts: marvell: make dts use gpio-fan matrix instead of array
No functional changes. Adjust to comply with dt-schema requirements and make possible to validate values. Acked-by: Simon Guinot <simon.guinot@sequanux.org> Signed-off-by: David Heidelberg <david@ixit.cz> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/marvell/armada-388-gp.dts')
-rw-r--r--arch/arm/boot/dts/marvell/armada-388-gp.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/marvell/armada-388-gp.dts b/arch/arm/boot/dts/marvell/armada-388-gp.dts
index e2ba50520b6b..1de0a172aa5f 100644
--- a/arch/arm/boot/dts/marvell/armada-388-gp.dts
+++ b/arch/arm/boot/dts/marvell/armada-388-gp.dts
@@ -237,8 +237,8 @@
gpio-fan {
compatible = "gpio-fan";
gpios = <&expander1 3 GPIO_ACTIVE_HIGH>;
- gpio-fan,speed-map = < 0 0
- 3000 1>;
+ gpio-fan,speed-map = < 0 0>,
+ <3000 1>;
};
};