Commit 56797e62 authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Use JEDEC vendor prefix for SPI NOR flash chips

The standard "jedec," vendor prefix should be used for SPI NOR flash
chips. This allows the right DT schema to be picked for validation.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent e7445ab7
......@@ -1878,7 +1878,7 @@ spi@3270000 {
status = "okay";
flash@0 {
compatible = "spi-nor";
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <102000000>;
spi-tx-bus-width = <4>;
......
......@@ -1637,7 +1637,7 @@ spi@70410000 {
status = "okay";
flash@0 {
compatible = "spi-nor";
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <104000000>;
spi-tx-bus-width = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment