diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2019-07-24 17:43:13 +0930 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-08-05 12:48:12 +0200 |
commit | 87e1ee238ef24bb1e43f9ac6e9226087004c0f96 (patch) | |
tree | 32a4a986255799bb7fafee2cc8db88df62596836 /Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml | |
parent | 73c732c5714955514bb237f01b14e9e5aa7db47e (diff) | |
download | lwn-87e1ee238ef24bb1e43f9ac6e9226087004c0f96.tar.gz lwn-87e1ee238ef24bb1e43f9ac6e9226087004c0f96.zip |
dt-bindings: aspeed: Remove mention of deprecated compatibles
Guide readers away from using the aspeed,g[45].* compatible patterns.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Link: https://lore.kernel.org/r/20190724081313.12934-4-andrew@aj.id.au
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml index 460bea22f0af..3c6405be07ed 100644 --- a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml @@ -22,9 +22,7 @@ description: |+ properties: compatible: - enum: - - aspeed,ast2500-pinctrl - - aspeed,g5-pinctrl + const: aspeed,ast2500-pinctrl aspeed,external-nodes: minItems: 2 maxItems: 2 |