Currently all the *-names and *-cells properties are derived from the name of the base <name>s property. This is a limitation because: - It forces the base property name to be plural ending in -s - It doesn't allow the english exception of plural words ending in -es With this patch we add one additional property 'specifier-space' that can be used to explicitly specify the base property name. Signed-off-by: Carlo Caione <ccaione@baylibre.com> Suggested-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
10 lines
202 B
YAML
10 lines
202 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
description: Device.wrong_phandle_array_name test
|
|
|
|
compatible: "wrong_phandle_array_name"
|
|
|
|
properties:
|
|
wrong-phandle-array-name:
|
|
type: phandle-array
|