arm64: dts: imx8mq-phanbell: make dts use gpio-fan matrix instead of array
authorDavid Heidelberg <david@ixit.cz>
Sat, 2 Dec 2023 22:29:01 +0000 (23:29 +0100)
committerShawn Guo <shawnguo@kernel.org>
Wed, 6 Dec 2023 03:15:57 +0000 (11:15 +0800)
No functional changes.

Adjust to comply with dt-schema requirements
and make possible to validate values.

Signed-off-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts

index a3b9d615a3b4076b8b346af41342d7b8b524d6d8..e34045d10a12fd8060b0bb5e512ca7d4eae95695 100644 (file)
@@ -39,7 +39,7 @@
 
        fan: gpio-fan {
                compatible = "gpio-fan";
-               gpio-fan,speed-map = <0 0 8600 1>;
+               gpio-fan,speed-map = <0 0>, <8600 1>;
                gpios = <&gpio3 5 GPIO_ACTIVE_HIGH>;
                #cooling-cells = <2>;
                pinctrl-names = "default";