From 1cd151bd72ba31a4f9242b4fe2eabeeb41bba7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Barna=C5=9B?= Date: Tue, 18 Oct 2022 17:17:11 +0200 Subject: zephyr: add missing binding for the rt9490 emulator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The RT9490 emulator was missing the binding file what caused the DT_HAS_ macro not being defined in the .config file. BUG=b:251812799 BRANCH=main TEST=build fw and check that macro is defined properly Change-Id: I1c1e84bafb57ae9803c70c82e1c34faee0f6218c Signed-off-by: Michał Barnaś Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3982639 Reviewed-by: Keith Short --- zephyr/dts/bindings/emul/zephyr,rt9490-emul.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 zephyr/dts/bindings/emul/zephyr,rt9490-emul.yaml (limited to 'zephyr/dts/bindings/emul') diff --git a/zephyr/dts/bindings/emul/zephyr,rt9490-emul.yaml b/zephyr/dts/bindings/emul/zephyr,rt9490-emul.yaml new file mode 100644 index 0000000000..0fbe71f228 --- /dev/null +++ b/zephyr/dts/bindings/emul/zephyr,rt9490-emul.yaml @@ -0,0 +1,9 @@ +# Copyright 2022 The ChromiumOS Authors +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +description: Zephyr rt9490 Emulator + +compatible: "zephyr,rt9490-emul" + +include: base.yaml -- cgit v1.2.1