diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2022-11-29 11:22:25 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-11-29 12:32:11 +0100 |
commit | c771b4eabd6a52afff0b6f01c361a9d04fa8cd9d (patch) | |
tree | ff5305edecf7deb1f24cb2d1e95cafab545f4a8c /Documentation/devicetree/bindings/spi | |
parent | spi: dt-bindings: nuvoton,wpcm450-fiu: Fix error in example (bogus include) (diff) | |
download | linux-c771b4eabd6a52afff0b6f01c361a9d04fa8cd9d.tar.xz linux-c771b4eabd6a52afff0b6f01c361a9d04fa8cd9d.zip |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/spi')
-rw-r--r-- | Documentation/devicetree/bindings/spi/nuvoton,wpcm450-fiu.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/nuvoton,wpcm450-fiu.yaml b/Documentation/devicetree/bindings/spi/nuvoton,wpcm450-fiu.yaml index e4162845fcc1..4e0d391e1d69 100644 --- a/Documentation/devicetree/bindings/spi/nuvoton,wpcm450-fiu.yaml +++ b/Documentation/devicetree/bindings/spi/nuvoton,wpcm450-fiu.yaml @@ -56,6 +56,7 @@ examples: flash@0 { compatible = "jedec,spi-nor"; + reg = <0>; }; }; |