diff options
author | Jagan Teki <[email protected]> | 2023-07-31 16:05:14 +0530 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2023-10-04 23:26:41 +0200 |
commit | ef4907deff89dd547c8fdfe4fdd4bbfe6b4446d8 (patch) | |
tree | 3b6142ee00b9d461cc288fc923bc74a92315761a | |
parent | c5cb195053aebf9eafece6f54ac25fdf3e694df7 (diff) |
ARM: dts: rockchip: Enable pwm fan for edgeble-neu2
Edgeble Neu2 IO board Fan connected to PWM11.
Enable the pwm fan for it.
Signed-off-by: Jagan Teki <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2-io.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2-io.dts b/arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2-io.dts index 3d587602e13a..f09be8405964 100644 --- a/arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2-io.dts +++ b/arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2-io.dts @@ -88,6 +88,10 @@ }; }; +&pwm11 { + status = "okay"; +}; + &sdmmc { bus-width = <4>; cap-mmc-highspeed; |