Commit c0ac4eb8 authored by David Heidelberg's avatar David Heidelberg Committed by Shawn Guo
Browse files

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: default avatarDavid Heidelberg <david@ixit.cz>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 12f2486e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ reg_usdhc2_vmmc: regulator-usdhc2-vmmc {

	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";