Skip to content

Commit 073b2db

Browse files
committed
dt-bindings: mtd: st,spear600-smi: Fix example
Example is wrong, the reg property of the flash is always matching the node name. Fixes: 68cd8ef ("dt-bindings: mtd: st,spear600-smi: convert to DT schema") Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
1 parent c21cac8 commit 073b2db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/mtd/st,spear600-smi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ examples:
7676
interrupts = <12>;
7777
clock-rate = <50000000>; /* 50 MHz */
7878
79-
flash@f8000000 {
79+
flash@fc000000 {
8080
reg = <0xfc000000 0x1000>;
8181
st,smi-fast-mode;
8282
};

0 commit comments

Comments
 (0)