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: dd71cd4dd6 ("spi: Add Nuvoton WPCM450 Flash Interface Unit (FIU) bindings")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221129102225.3598044-3-j.neuschaefer@gmx.net
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Jonathan Neuschäfer 2022-11-29 11:22:25 +01:00 committed by Mark Brown
parent 1e2872f591
commit c771b4eabd
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ examples:
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
};
};