From d2ac7b4835ea3f4a32bed74db191a51dfafcf4d2 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Mon, 27 Jun 2022 11:50:11 -0500 Subject: [PATCH] dts: binding: ipm: Remove unused zephyr,ipm-console binding There is no driver or other references to the zephyr,ipm-console devicetree compatiable. So remove the binding. Signed-off-by: Kumar Gala --- dts/bindings/ipm/zephyr,ipm-console.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 dts/bindings/ipm/zephyr,ipm-console.yaml diff --git a/dts/bindings/ipm/zephyr,ipm-console.yaml b/dts/bindings/ipm/zephyr,ipm-console.yaml deleted file mode 100644 index 8159b089f58..00000000000 --- a/dts/bindings/ipm/zephyr,ipm-console.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright (c) 2020 Intel Corporation -# SPDX-License-Identifier: Apache-2.0 - -description: IPM console - -compatible: "zephyr,ipm-console" - -include: uart-device.yaml - -properties: - label: - required: true