Skip to content

Commit 9547c4e

Browse files
krzkmiquelraynal
authored andcommitted
dt-bindings: mtd: jedec, spi-nor: remove unneeded properties
After conversion the jedec,spi-nor DT schema to reference other schemas (SPI and MTD) and use unevaluatedProperties, few properties are redundant. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Pratyush Yadav <p.yadav@ti.com> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20220408063720.12826-1-krzysztof.kozlowski@linaro.org
1 parent 7ceeb60 commit 9547c4e

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ properties:
5050
minItems: 1
5151
maxItems: 2
5252

53-
spi-max-frequency: true
54-
spi-rx-bus-width: true
55-
spi-tx-bus-width: true
56-
5753
m25p,fast-read:
5854
type: boolean
5955
description:
@@ -74,8 +70,6 @@ properties:
7470
be used on such systems, to denote the absence of a reliable reset
7571
mechanism.
7672

77-
label: true
78-
7973
partitions:
8074
type: object
8175

@@ -99,8 +93,6 @@ examples:
9993
#size-cells = <0>;
10094
10195
flash@0 {
102-
#address-cells = <1>;
103-
#size-cells = <1>;
10496
compatible = "spansion,m25p80", "jedec,spi-nor";
10597
reg = <0>;
10698
spi-max-frequency = <40000000>;

0 commit comments

Comments
 (0)