mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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)
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/{
|
||||
fragment@0 {
|
||||
target = <&pwmfan>;
|
||||
|
||||
__overlay__ {
|
||||
cooling-levels = <255 255 255 255>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user