summaryrefslogtreecommitdiff
path: root/zephyr/projects/npcx_evb/npcx9/keyboard.dts
diff options
context:
space:
mode:
authorMadhurima Paruchuri <mparuchuri@google.com>2022-07-18 17:04:56 +0530
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-18 17:00:55 +0000
commit2d7c0960c54039d474baf865d93aad0286455a5e (patch)
tree1050789daf65dd224b3e581a4fe3a64d60a67aa9 /zephyr/projects/npcx_evb/npcx9/keyboard.dts
parent98cc714b48aacafa022307590b765666f45a5251 (diff)
downloadchrome-ec-2d7c0960c54039d474baf865d93aad0286455a5e.tar.gz
zephyr: drivers: kblight: Remove 'frequency' from device tree
Remove 'frequency' from device tree as driver is consuming that information from 'period' of PWM spec BUG=b:230093078 BRANCH=none TEST=zmake testall Signed-off-by: Madhurima Paruchuri <mparuchuri@google.com> Change-Id: I8c6d3728b3c4e550f4e8969f0c440d11b9595d20 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3768140 Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
Diffstat (limited to 'zephyr/projects/npcx_evb/npcx9/keyboard.dts')
-rw-r--r--zephyr/projects/npcx_evb/npcx9/keyboard.dts1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/projects/npcx_evb/npcx9/keyboard.dts b/zephyr/projects/npcx_evb/npcx9/keyboard.dts
index e3ce1b1e20..55a4124b93 100644
--- a/zephyr/projects/npcx_evb/npcx9/keyboard.dts
+++ b/zephyr/projects/npcx_evb/npcx9/keyboard.dts
@@ -32,7 +32,6 @@
kblight {
compatible = "cros-ec,kblight-pwm";
pwms = <&pwm2 0 PWM_KHZ(10) PWM_POLARITY_NORMAL>;
- frequency = <10000>;
};
};