git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4de127a
)
arm64: zynqmp: Fix pwm-fan polarity
author
Saeed Nowshadi
<saeed.nowshadi@amd.com>
Thu, 24 Oct 2024 10:42:33 +0000
(12:42 +0200)
committer
Michal Simek
<michal.simek@amd.com>
Tue, 12 Nov 2024 08:01:46 +0000
(09:01 +0100)
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 <saeed.nowshadi@amd.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link:
https://lore.kernel.org/r/3e8e38b77101335f86bca0f05b3988877bb12993.1729766551.git.michal.simek@amd.com
arch/arm/dts/zynqmp-sc-revB.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp-sc-revB.dts
b/arch/arm/dts/zynqmp-sc-revB.dts
index
1af3f64
..
c4f7058
100644
(file)
--- 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 - 202
3
, Advanced Micro Devices, Inc.
+ * (C) Copyright 2022 - 202
4
, Advanced Micro Devices, Inc.
*
* Michal Simek <michal.simek@amd.com>
*/
@@
-80,7
+80,7
@@
pwm-fan {
compatible = "pwm-fan";
status = "okay";
- pwms = <&ttc0 2 40000
1
>;
+ pwms = <&ttc0 2 40000
0
>;
};
};