Unverified Commit 320689a1 authored by Jon Hunter's avatar Jon Hunter Committed by Mark Brown
Browse files

spi: Fix Tegra QSPI example



When running dt_binding_check on the nvidia,tegra210-quad.yaml binding
document the following error is reported ...

 nvidia,tegra210-quad.example.dt.yaml:0:0: /example-0/spi@70410000/flash@0:
 	failed to match any schema with compatible: ['spi-nor']

Update the example in the binding document to fix the above error.

Signed-off-by: default avatarJon Hunter <jonathanh@nvidia.com>
Fixes: 9684752e ("dt-bindings: spi: Add Tegra Quad SPI device tree  binding")
Link: https://lore.kernel.org/r/20220307113529.315685-1-jonathanh@nvidia.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent fa0f3db4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ examples:
            dma-names = "rx", "tx";

            flash@0 {
                    compatible = "spi-nor";
                    compatible = "jedec,spi-nor";
                    reg = <0>;
                    spi-max-frequency = <104000000>;
                    spi-tx-bus-width = <2>;