From 82a02ccb826edbb8ecb6b9f2eb93accf198a3a98 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Fri, 8 Apr 2022 16:14:06 +0000 Subject: zephyr: shim: drop the shim PWM code Drop the shim PWM code, all drivers of Zephyr enable projects are now using the Zephyr PWM APIs. The pwm.c file only contains the PWM host command now, so rename the corresponding Kconfig option and file to reflect that. BRANCH=none BUG=b:217741090 TEST=cq dry run TEST=build and run on brya Signed-off-by: Fabio Baltieri Change-Id: I3837a81be98c4c2a9c2f7ceea24e05fe7940c7d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3578701 Reviewed-by: Abe Levkoy --- zephyr/dts/bindings/pwm/named-pwms.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 zephyr/dts/bindings/pwm/named-pwms.yaml (limited to 'zephyr/dts/bindings/pwm/named-pwms.yaml') diff --git a/zephyr/dts/bindings/pwm/named-pwms.yaml b/zephyr/dts/bindings/pwm/named-pwms.yaml deleted file mode 100644 index 3e5c1c789f..0000000000 --- a/zephyr/dts/bindings/pwm/named-pwms.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2021 The Chromium OS Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -description: PWM KEYS parent node - -compatible: "named-pwms" - -child-binding: - description: Named PWMs child node - properties: - pwms: - type: phandle-array - required: true - frequency: - required: true - type: int - description: PWM frequency, in Hz -- cgit v1.2.1