summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/led/cros-ec,pwm-leds.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/dts/bindings/led/cros-ec,pwm-leds.yaml')
-rw-r--r--zephyr/dts/bindings/led/cros-ec,pwm-leds.yaml11
1 files changed, 2 insertions, 9 deletions
diff --git a/zephyr/dts/bindings/led/cros-ec,pwm-leds.yaml b/zephyr/dts/bindings/led/cros-ec,pwm-leds.yaml
index f854f84d50..1d94ec1b6f 100644
--- a/zephyr/dts/bindings/led/cros-ec,pwm-leds.yaml
+++ b/zephyr/dts/bindings/led/cros-ec,pwm-leds.yaml
@@ -1,4 +1,4 @@
-# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Copyright 2021 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -41,7 +41,7 @@ properties:
pwmleds {
compatible = "pwm-leds";
pwm_sidesel: pwm_sidesel {
- pwms = <&pwm7 0 PWM_HZ(4800) PWM_POLARITY_INVERTED>;
+ pwms = <&pwm7 0 PWM_HZ(2400) PWM_POLARITY_INVERTED>;
};
};
cros-pwmleds {
@@ -49,13 +49,6 @@ properties:
sidesel = <&pwm_sidesel>;
};
- frequency:
- type: int
- required: true
- description: |
- PWM frequency in Hz for LEDs. SIDESEL, if present, uses half the
- frequency.
-
color-map-red:
type: array
required: false