ODROID-HC4: arm64/dts: overlay: Add hc4 fan full speed dtbo.

Signed-off-by: Luke go <sangch.go@gmail.com>
Change-Id: Id95c2cb9cc72c315634140a40b78ec3fe9195243
This commit is contained in:
Luke go
2020-10-22 09:42:52 +09:00
parent 5862fdd553
commit 0a4bcb083d
2 changed files with 14 additions and 1 deletions

View File

@@ -21,7 +21,8 @@ dtbo-$(CONFIG_ARCH_MESON64_ODROIDC4) += spi0.dtbo \
wifi_bt_combo.dtbo \
sdio.dtbo \
gpio_shortcut.dtbo \
esp8089.dtbo
esp8089.dtbo \
fanspeed-full.dtbo
targets += $(dtbo-y)
always := $(dtbo-y)

View File

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