Commit c771b4ea authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Mark Brown

spi: dt-bindings: nuvoton,wpcm450-fiu: Fix warning in example (missing reg property)

Add missing "reg = <0>;" property to the flash@0 node in the example.

Fixes: dd71cd4d ("spi: Add Nuvoton WPCM450 Flash Interface Unit (FIU) bindings")
Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221129102225.3598044-3-j.neuschaefer@gmx.netSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1e2872f5
......@@ -56,6 +56,7 @@ examples:
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment