Commit 50769f32 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: 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 avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220407143112.294930-1-krzysztof.kozlowski@linaro.org
parent 31231092
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@
			status = "okay";
			cs-gpios = <&tlmm 12 0>;

			m25p80@0 {
			flash@0 {
				#address-cells = <1>;
				#size-cells = <1>;
				reg = <0>;
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
			status = "okay";
			cs-gpios = <&tlmm 12 0>;

			m25p80@0 {
			flash@0 {
				#address-cells = <1>;
				#size-cells = <1>;
				reg = <0>;
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@

				cs-gpios = <&qcom_pinmux 20 0>;

				flash: m25p80@0 {
				flash: flash@0 {
					compatible = "s25fl256s1";
					#address-cells = <1>;
					#size-cells = <1>;