diff options
author | David Heidelberg <david@ixit.cz> | 2023-12-02 23:29:04 +0100 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2023-12-15 15:26:41 +0100 |
commit | 62f34e3ec2befcbe5d8a5003f21d53dab80bb03c (patch) | |
tree | 1dfd7c826b74c29ad0d0f53a5cb509ba676f55fa /arch/arm/boot/dts/marvell/kirkwood-linkstation-lswxl.dts | |
parent | 6e75ac5a824e1551764cd4bfce5ede3d5fafc407 (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/kirkwood-linkstation-lswxl.dts')
-rw-r--r-- | arch/arm/boot/dts/marvell/kirkwood-linkstation-lswxl.dts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/marvell/kirkwood-linkstation-lswxl.dts b/arch/arm/boot/dts/marvell/kirkwood-linkstation-lswxl.dts index c6024b569423..0425df8cb91c 100644 --- a/arch/arm/boot/dts/marvell/kirkwood-linkstation-lswxl.dts +++ b/arch/arm/boot/dts/marvell/kirkwood-linkstation-lswxl.dts @@ -69,10 +69,11 @@ gpios = <&gpio1 16 GPIO_ACTIVE_LOW &gpio1 15 GPIO_ACTIVE_LOW>; - gpio-fan,speed-map = <0 3 - 1500 2 - 3250 1 - 5000 0>; + gpio-fan,speed-map = + < 0 3>, + <1500 2>, + <3250 1>, + <5000 0>; alarm-gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>; }; |