ODROID-N2: arm64/dts: overlay: add new overlay to run fully loaded fan speed

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I4971f5acccd67a9db30213368870072ba59ee679
This commit is contained in:
Dongjin Kim
2020-07-28 18:24:59 +09:00
committed by Chris
parent 887b51c74b
commit 980354ccbe
2 changed files with 14 additions and 1 deletions

View File

@@ -13,7 +13,8 @@ dtbo-$(CONFIG_ARCH_MESON64_ODROIDN2) += spi0.dtbo \
irblaster.dtbo \
odroidn2-opp.dtbo \
onewire.dtbo \
can0.dtbo
can0.dtbo \
fanspeed-full.dtbo
targets += $(dtbo-y)
always := $(dtbo-y)

View File

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