Skip to content

Commit c771b4e

Browse files
neuschaeferbroonie
authored andcommitted
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: dd71cd4 ("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>
1 parent 1e2872f commit c771b4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/devicetree/bindings/spi/nuvoton,wpcm450-fiu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ examples:
5656
5757
flash@0 {
5858
compatible = "jedec,spi-nor";
59+
reg = <0>;
5960
};
6061
};
6162

0 commit comments

Comments
 (0)