aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/spi
diff options
context:
space:
mode:
authorGravatar Jonathan Neuschäfer <j.neuschaefer@gmx.net> 2022-11-29 11:22:24 +0100
committerGravatar Mark Brown <broonie@kernel.org> 2022-11-29 11:32:10 +0000
commit1e2872f5912fbc87a00d00d49af98e428f4ff8b7 (patch)
tree3dd5c6d282ae62fad730e8a09a271cc98b4e6f5d /Documentation/devicetree/bindings/spi
parentspi: mediatek: Enable irq when pdata is ready (diff)
downloadlinux-1e2872f5912fbc87a00d00d49af98e428f4ff8b7.tar.gz
linux-1e2872f5912fbc87a00d00d49af98e428f4ff8b7.tar.bz2
linux-1e2872f5912fbc87a00d00d49af98e428f4ff8b7.zip
spi: dt-bindings: nuvoton,wpcm450-fiu: Fix error in example (bogus include)
The nuvoton,wpcm450-fiu binding's example includes nuvoton,wpcm450-clk.h, which has not been merged yet, thus causing a dt_binding_check error on -next. Fix this error by simply hardcoding the clock index in the example, before the breakage spreads any further. Fixes: dd71cd4dd6c9b ("spi: Add Nuvoton WPCM450 Flash Interface Unit (FIU) bindings") Reported-by: Rob Herring <robh@kernel.org> Reported-by: Conor Dooley <conor.dooley@microchip.com> 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-2-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.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/spi/nuvoton,wpcm450-fiu.yaml b/Documentation/devicetree/bindings/spi/nuvoton,wpcm450-fiu.yaml
index ef94803e75d9..e4162845fcc1 100644
--- a/Documentation/devicetree/bindings/spi/nuvoton,wpcm450-fiu.yaml
+++ b/Documentation/devicetree/bindings/spi/nuvoton,wpcm450-fiu.yaml
@@ -45,14 +45,13 @@ unevaluatedProperties: false
examples:
- |
- #include <dt-bindings/clock/nuvoton,wpcm450-clk.h>
spi@c8000000 {
compatible = "nuvoton,wpcm450-fiu";
reg = <0xc8000000 0x1000>, <0xc0000000 0x4000000>;
#address-cells = <1>;
#size-cells = <0>;
reg-names = "control", "memory";
- clocks = <&clk WPCM450_CLK_FIU>;
+ clocks = <&clk 0>;
nuvoton,shm = <&shm>;
flash@0 {