Commit 073b2db7 authored by Miquel Raynal's avatar Miquel Raynal
Browse files

dt-bindings: mtd: st,spear600-smi: Fix example



Example is wrong, the reg property of the flash is always matching the
node name.

Fixes: 68cd8ef4 ("dt-bindings: mtd: st,spear600-smi: convert to DT schema")
Reviewed-by: default avatarRob Herring (Arm) <robh@kernel.org>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent c21cac8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ examples:
        interrupts = <12>;
        clock-rate = <50000000>;  /* 50 MHz */

        flash@f8000000 {
        flash@fc000000 {
            reg = <0xfc000000 0x1000>;
            st,smi-fast-mode;
        };