summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
diff options
context:
space:
mode:
authorDavid Heidelberg <david@ixit.cz>2023-12-02 23:29:01 +0100
committerShawn Guo <shawnguo@kernel.org>2023-12-06 11:15:57 +0800
commitc0ac4eb8b8e9d351d3e546ed0b120926ceebdc30 (patch)
tree1dffa3a53833104a915ddb3695adf7c168b09e03 /arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
parent12f2486ebe70098944444057f7b5b592fe325870 (diff)
arm64: dts: imx8mq-phanbell: 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. Signed-off-by: David Heidelberg <david@ixit.cz> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts b/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
index a3b9d615a3b4..e34045d10a12 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
@@ -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";