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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1878,7 +1878,7 @@
			status = "okay";

			flash@0 {
				compatible = "spi-nor";
				compatible = "jedec,spi-nor";
				reg = <0>;
				spi-max-frequency = <102000000>;
				spi-tx-bus-width = <4>;
+1 −1
Original line number Diff line number Diff line
@@ -1637,7 +1637,7 @@
		status = "okay";

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