Skip to content

Commit

Permalink
radxa cm3: disable fan0 instead of pwm0
Browse files Browse the repository at this point in the history
Signed-off-by: Nascs Fang <[email protected]>
  • Loading branch information
nascs committed Mar 27, 2024
1 parent a7f1b66 commit 4e602e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/overlays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ dtb-$(CONFIG_CLK_RK3568) += \
rk3568-dwc3-host.dtbo \
rk3568-dwc3-otg.dtbo \
rk3568-dwc3-peripheral.dtbo \
rk3568-fan0-disable.dtbo \
rk3568-fiq-debugger-uart0.dtbo \
rk3568-fiq-debugger-uart2m0.dtbo \
rk3568-fiq-debugger-uart3m0.dtbo \
Expand All @@ -175,7 +176,6 @@ dtb-$(CONFIG_CLK_RK3568) += \
rk3568-i2c4-m0.dtbo \
rk3568-npu-disable.dtbo \
rk3568-npu-enable.dtbo \
rk3568-pwm0-disable.dtbo \
rk3568-pwm0-m0.dtbo \
rk3568-pwm0-m1.dtbo \
rk3568-pwm1-m0.dtbo \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

/ {
metadata {
title = "Disable PWM0";
title = "Disable FAN0";
compatible = "radxa,cm3-io";
category = "misc";
exclusive = "GPIO0_C7";
description = "Disable PWM0.";
exclusive = "fan0";
description = "Disable FAN0.";
};

fragment@0 {
target = <&pwm0>;
target = <&fan0>;

__overlay__ {
status = "disabled";
Expand Down

0 comments on commit 4e602e0

Please sign in to comment.