Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: dd71cd4dd6c9b ("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>

authored by

Jonathan Neuschäfer and committed by
Mark Brown
c771b4ea 1e2872f5

+1
+1
Documentation/devicetree/bindings/spi/nuvoton,wpcm450-fiu.yaml
··· 56 56 57 57 flash@0 { 58 58 compatible = "jedec,spi-nor"; 59 + reg = <0>; 59 60 }; 60 61 }; 61 62