Commit f9ccf752 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Dinh Nguyen
Browse files

ARM: dts: socfpga: align SPI NOR node name with dtschema



The node names should be generic and SPI NOR dtschema expects "flash".

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 31231092
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
&qspi {
	status = "okay";

	flash0: n25q00@0 {
	flash0: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "micron,mt25qu02g", "jedec,spi-nor";
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@
&qspi {
	status = "okay";

	flash0: n25q00@0 {
	flash0: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "micron,mt25qu02g", "jedec,spi-nor";
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@
&qspi {
	status = "okay";

	flash0: n25q512a@0 {
	flash0: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "micron,n25q512a", "jedec,spi-nor";
+2 −2
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@
&qspi {
	status = "okay";

	n25q128@0 {
	flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "micron,n25q128", "jedec,spi-nor";
@@ -238,7 +238,7 @@
		cdns,tslch-ns = <4>;
	};

	n25q00@1 {
	flash@1 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "micron,mt25qu02g", "jedec,spi-nor";