Skip to content

Commit d7a48e2

Browse files
Apurva Nandanbroonie
authored andcommitted
spi: Use 'flash' node name instead of 'spi-flash' in example
Change the nodename in the example with spi-nand from 'spi-flash@1' to 'flash@1' to make the schema uniform with both spi-nand and spi-nor flashes. jedec,spi-nor.yaml uses 'flash@' nodename for spi-nor flashes, so make the spi-nand examples in dt-bindings use it too for uniformity. Signed-off-by: Apurva Nandan <[email protected]> Reviewed-by: Serge Semin <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent ffb1e76 commit d7a48e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ examples:
171171
cs-gpios = <&gpio0 13 0>,
172172
<&gpio0 14 0>;
173173
rx-sample-delay-ns = <3>;
174-
spi-flash@1 {
174+
flash@1 {
175175
compatible = "spi-nand";
176176
reg = <1>;
177177
rx-sample-delay-ns = <7>;

0 commit comments

Comments
 (0)