diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2022-11-14 12:03:02 +0300 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2022-11-17 23:59:10 +0300 |
commit | e598511b0bfe7d9fd5165d53f1afb94e1a9be62d (patch) | |
tree | 1c42d96c3ec37452b49b45b28370ce50ce58d339 /Documentation/devicetree/bindings/mtd/qcom,nandc.yaml | |
parent | 71a2026a66511d3296cd657bd3066dbf2f5ab11e (diff) | |
download | linux-e598511b0bfe7d9fd5165d53f1afb94e1a9be62d.tar.xz |
dt-bindings: mtd: nand: Drop common properties already defined in generic files
generic files, so let's drop these properties from the individual NAND
controller bindings when no additional information is provided rather
than the possible presence of the property.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/linux-mtd/20221114090315.848208-5-miquel.raynal@bootlin.com
Diffstat (limited to 'Documentation/devicetree/bindings/mtd/qcom,nandc.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/qcom,nandc.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/mtd/qcom,nandc.yaml b/Documentation/devicetree/bindings/mtd/qcom,nandc.yaml index 482a2c068740..3cc90c64e974 100644 --- a/Documentation/devicetree/bindings/mtd/qcom,nandc.yaml +++ b/Documentation/devicetree/bindings/mtd/qcom,nandc.yaml @@ -31,9 +31,6 @@ properties: - const: core - const: aon - "#address-cells": true - "#size-cells": true - patternProperties: "^nand@[a-f0-9]$": type: object |