Skip to content
  • Alper Nebi Yasak's avatar
    sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver · e712245d
    Alper Nebi Yasak authored and Simon Glass's avatar Simon Glass committed
    
    
    This patch adds a limited pulse-width modulator to sandbox's Chromium OS
    Embedded Controller emulation. The emulated PWM device supports multiple
    channels but can only set a duty cycle for each, as the actual EC
    doesn't expose any functionality or information other than that. Though
    the EC supports specifying the PWM channel by its type (e.g. display
    backlight, keyboard backlight), this is not implemented in the emulation
    as nothing in U-Boot uses this type specification.
    
    This emulated PWM device is then used to test the Chromium OS PWM driver
    in sandbox. Adding the required device node to the sandbox test
    device-tree unfortunately makes it the first PWM device, so this also
    touches some other tests to make sure they still use the sandbox PWM.
    
    Signed-off-by: default avatarAlper Nebi Yasak <alpernebiyasak@gmail.com>
    Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    e712245d