summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaeed Nowshadi <[email protected]>2024-10-24 12:42:33 +0200
committerMichal Simek <[email protected]>2024-11-12 09:01:46 +0100
commit7aeed221dbd354f34428d709dfd7679a2c94199d (patch)
tree6e25b0f143d1f175aa5d9712d11eb103da28dcd0
parent4de127a44a45a8135756d4a7f26919393b91bb32 (diff)
arm64: zynqmp: Fix pwm-fan polarity
In previous version of pwm driver, the polarity of pwm were implemented in reverse. In recent release, that issue in the driver is fixed, therefore, correctly set the polarity in the device tree. Signed-off-by: Saeed Nowshadi <[email protected]> Signed-off-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/3e8e38b77101335f86bca0f05b3988877bb12993.1729766551.git.michal.simek@amd.com
-rw-r--r--arch/arm/dts/zynqmp-sc-revB.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/zynqmp-sc-revB.dts b/arch/arm/dts/zynqmp-sc-revB.dts
index 1af3f643567..c4f70581695 100644
--- a/arch/arm/dts/zynqmp-sc-revB.dts
+++ b/arch/arm/dts/zynqmp-sc-revB.dts
@@ -3,7 +3,7 @@
* dts file for Xilinx ZynqMP Generic System Controller
*
* (C) Copyright 2021 - 2022, Xilinx, Inc.
- * (C) Copyright 2022 - 2023, Advanced Micro Devices, Inc.
+ * (C) Copyright 2022 - 2024, Advanced Micro Devices, Inc.
*
* Michal Simek <[email protected]>
*/
@@ -80,7 +80,7 @@
pwm-fan {
compatible = "pwm-fan";
status = "okay";
- pwms = <&ttc0 2 40000 1>;
+ pwms = <&ttc0 2 40000 0>;
};
};