Commit d8e5c884 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: omap: 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/20220407143304.295610-1-krzysztof.kozlowski@linaro.org
parent d1ba2b36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&spi0_pins>;

	m25p80@0 {
	flash@0 {
		compatible = "mx25l6405d";
		spi-max-frequency = <40000000>;

+1 −1
Original line number Diff line number Diff line
@@ -394,7 +394,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&spi0_pins>;

	m25p80@0 {
	flash@0 {
		compatible = "mx25l6405d";
		spi-max-frequency = <40000000>;

+1 −1
Original line number Diff line number Diff line
@@ -331,7 +331,7 @@
	pinctrl-0 = <&spi0_pins>;
	status = "okay";

	serial_flash: m25p80@0 {
	serial_flash: flash@0 {
		compatible = "jedec,spi-nor";
		spi-max-frequency = <48000000>;
		reg = <0x0>;
+1 −1
Original line number Diff line number Diff line
@@ -588,7 +588,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&spi0_pins>;

	flash: n25q032@1 {
	flash: flash@1 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "micron,n25q032";
+1 −1
Original line number Diff line number Diff line
@@ -434,7 +434,7 @@
};

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