diff options
author | Jonathan Neuschäfer <[email protected]> | 2022-11-29 11:22:25 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-11-29 11:32:11 +0000 |
commit | c771b4eabd6a52afff0b6f01c361a9d04fa8cd9d (patch) | |
tree | ff5305edecf7deb1f24cb2d1e95cafab545f4a8c | |
parent | 1e2872f5912fbc87a00d00d49af98e428f4ff8b7 (diff) |
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 <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-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>; }; }; |