Commit 625f5c50 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Nishanth Menon
Browse files

ARM: dts: keystone: 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 avatarNishanth Menon <nm@ti.com>
Reviewed-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Link: https://lore.kernel.org/r/20220420090247.73410-1-krzysztof.kozlowski@linaro.org
parent 31231092
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@
};

&spi0 {
	nor_flash: n25q128a11@0 {
	nor_flash: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "Micron,n25q128a11";
+1 −1
Original line number Diff line number Diff line
@@ -392,7 +392,7 @@
	pinctrl-0 = <&qspi_pins>;
	cdns,rclk-en;

	flash0: m25p80@0 {
	flash0: flash@0 {
		compatible = "s25fl512s", "jedec,spi-nor";
		reg = <0>;
		spi-tx-bus-width = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -325,7 +325,7 @@
	cdns,rclk-en;
	status = "okay";

	flash0: m25p80@0 {
	flash0: flash@0 {
		compatible = "s25fl256s1", "jedec,spi-nor";
		reg = <0>;
		spi-tx-bus-width = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@
};

&spi0 {
	nor_flash: n25q128a11@0 {
	nor_flash: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "Micron,n25q128a11";
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@
};

&spi0 {
	nor_flash: n25q128a11@0 {
	nor_flash: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "Micron,n25q128a11";