]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: mtd: st,spear600-smi: Fix example
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 25 Feb 2026 16:24:45 +0000 (17:24 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 11 Mar 2026 15:26:44 +0000 (16:26 +0100)
Example is wrong, the reg property of the flash is always matching the
node name.

Fixes: 68cd8ef48452 ("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>
Documentation/devicetree/bindings/mtd/st,spear600-smi.yaml

index 62d4359908f2b018d3da33c326e4adbe51cf162a..e7385d906591bac786f2bde1aae9b15f2f150db8 100644 (file)
@@ -76,7 +76,7 @@ examples:
         interrupts = <12>;
         clock-rate = <50000000>;  /* 50 MHz */
 
-        flash@f8000000 {
+        flash@fc000000 {
             reg = <0xfc000000 0x1000>;
             st,smi-fast-mode;
         };