diff options
author | Rob Herring <robh@kernel.org> | 2023-01-20 03:03:39 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-01-24 00:13:28 +0100 |
commit | 805e640e09b08f398a218f772f9bd7fe2ad1f647 (patch) | |
tree | afd98161a43b77cd4b8f1e69693bcc4837763867 /Documentation/devicetree/bindings/soc | |
parent | dt-bindings: PCI: Convert Rockchip RK3399 PCIe to DT schema (diff) | |
download | linux-805e640e09b08f398a218f772f9bd7fe2ad1f647.tar.xz linux-805e640e09b08f398a218f772f9bd7fe2ad1f647.zip |
dt-bindings: soc: socionext,uniphier-soc-glue: Make child node names fixed names
The child nodes 'pinctrl', 'usb-hub', and 'clock-controller' in the
socionext,uniphier-soc-glue binding are not patterns, but the full node
name, so move them to 'properties'. As patterns, they were missing start
and end anchors so any prefix or suffix was allowed.
Fixes: 0611adff8b3a ("dt-bindings: soc: socionext: Add UniPhier SoC-glue logic")
Reviewed-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20230120020339.3223112-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/soc')
-rw-r--r-- | Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-soc-glue.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-soc-glue.yaml b/Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-soc-glue.yaml index 4b6852db4747..7845dcfca986 100644 --- a/Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-soc-glue.yaml +++ b/Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-soc-glue.yaml @@ -32,7 +32,6 @@ properties: reg: maxItems: 1 -patternProperties: pinctrl: $ref: /schemas/pinctrl/socionext,uniphier-pinctrl.yaml# |