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>
This commit is contained in:
committed by
Shawn Guo
parent
12f2486ebe
commit
c0ac4eb8b8
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user