mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
1ae5a3d52f
The check for the board compatible should be limited only to the root node. Any other nodes with such compatible are not part of this schema and should not match. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Daniele Alessandrelli <daniele.alessandrelli@intel.com> Link: https://lore.kernel.org/r/20210526162750.135139-1-krzysztof.kozlowski@canonical.com Signed-off-by: Rob Herring <robh@kernel.org>
25 lines
524 B
YAML
25 lines
524 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/intel,keembay.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Keem Bay platform device tree bindings
|
|
|
|
maintainers:
|
|
- Paul J. Murphy <paul.j.murphy@intel.com>
|
|
- Daniele Alessandrelli <daniele.alessandrelli@intel.com>
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
items:
|
|
- enum:
|
|
- intel,keembay-evm
|
|
- const: intel,keembay
|
|
|
|
additionalProperties: true
|
|
|
|
...
|