Commit 89e73afc authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: marvell: 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>
Link: https://lore.kernel.org/r/20220407143234.295426-1-krzysztof.kozlowski@linaro.org
parent d8e5c884
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@
	pinctrl-names = "default";
	status = "okay";

	spi-flash@0 {
	flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "mx25l25635e", "jedec,spi-nor";
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@
	pinctrl-0 = <&spi0_pins2>;
	pinctrl-names = "default";

	spi-flash@0 {
	flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		/* MX25L8006E */
+1 −1
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@
&spi0 {
	status = "okay";

	spi-flash@0 {
	flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "micron,n25q064", "jedec,spi-nor";
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@

	status = "disabled";

	spi-flash@0 {
	flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "n25q128a13", "jedec,spi-nor";
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@
	pinctrl-names = "default";
	status = "okay";

	spi-flash@0 {
	flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "jedec,spi-nor";
Loading