summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-kernel/linux/linux-aspeed/0095-pwm-and-tach-driver-changes-for-ast2600.patch
diff options
context:
space:
mode:
authorjmbills <42755197+jmbills@users.noreply.github.com>2020-09-08 23:40:52 +0300
committerGitHub <noreply@github.com>2020-09-08 23:40:52 +0300
commitc16fb8893b19075db4bcf3b5bf33c1db8c3ca2bd (patch)
treeca75379d317be9cc1757a00e0352a048b5d3200b /meta-openbmc-mods/meta-common/recipes-kernel/linux/linux-aspeed/0095-pwm-and-tach-driver-changes-for-ast2600.patch
parentd81f2708c4462a62e3b5e8d08643eb2b8895dde7 (diff)
parentf99301c1a626951ee7feee081a1494e795d0e243 (diff)
downloadopenbmc-c16fb8893b19075db4bcf3b5bf33c1db8c3ca2bd.tar.xz
Merge pull request #47 from Intel-BMC/update
Update to internal 0.74
Diffstat (limited to 'meta-openbmc-mods/meta-common/recipes-kernel/linux/linux-aspeed/0095-pwm-and-tach-driver-changes-for-ast2600.patch')
-rw-r--r--meta-openbmc-mods/meta-common/recipes-kernel/linux/linux-aspeed/0095-pwm-and-tach-driver-changes-for-ast2600.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-mods/meta-common/recipes-kernel/linux/linux-aspeed/0095-pwm-and-tach-driver-changes-for-ast2600.patch b/meta-openbmc-mods/meta-common/recipes-kernel/linux/linux-aspeed/0095-pwm-and-tach-driver-changes-for-ast2600.patch
index 2d624d10f..badda2d60 100644
--- a/meta-openbmc-mods/meta-common/recipes-kernel/linux/linux-aspeed/0095-pwm-and-tach-driver-changes-for-ast2600.patch
+++ b/meta-openbmc-mods/meta-common/recipes-kernel/linux/linux-aspeed/0095-pwm-and-tach-driver-changes-for-ast2600.patch
@@ -21,7 +21,7 @@ index 1894f6ad5edb..9551a17e7f55 100644
#define PWM_RISING_RISING_BIT (0) //pwm rising point bit [7:0]
+#define PWM_PERIOD_MAX 255
-+#define PWM_FALLING_DEFAULT 150 /* 58% */
++#define PWM_FALLING_DEFAULT 255 /* 100% */
+
#define ASPEED_TACHO_CTRL 0x08 //TACH0 General Register
#define ASPEED_TACHO_CTRL_CH(x) ((x * 0x10) + 0x08)