ODROID-N2/N2Plus: arm64/dts: add full fan speed device tree overlay

Change-Id: Ie2918384cf4c85a5650297ad984ec3c396ba5a24
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Dongjin Kim
2021-08-04 23:15:26 +09:00
committed by Mauro (mdrjr) Ribeiro
parent f84a7fcb84
commit 45697e0bb0
2 changed files with 13 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
dtbo-y += \
fanspeed-full.dtbo \
hktft35.dtbo \
spi0.dtbo \
pwm_cd.dtbo \

View File

@@ -0,0 +1,12 @@
/dts-v1/;
/plugin/;
/{
fragment@0 {
target = <&pwmfan>;
__overlay__ {
cooling-levels = <220 220 220 220>;
};
};
};