Commit 2f00bb4a authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

arm64: 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-2-krzysztof.kozlowski@linaro.org
parent 402eb8ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&spi_quad_pins>;

	m25p80@0 {
	flash@0 {
		compatible = "jedec,spi-nor";
		reg = <0>;
		spi-max-frequency = <108000000>;
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@
	assigned-clock-parents = <&tbg 1>;
	assigned-clock-rates = <20000000>;

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

	m25p80@0 {
	flash@0 {
		compatible = "jedec,spi-nor";
		reg = <0>;
		spi-max-frequency = <54000000>;
+2 −2
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@
&spi0 {
	status = "okay";

	spi-flash@0 {
	flash@0 {
		compatible = "jedec,spi-nor";
		reg = <0>;
		spi-max-frequency = <10000000>;
@@ -186,7 +186,7 @@
&cp0_spi1 {
	status = "okay";

	spi-flash@0 {
	flash@0 {
		compatible = "jedec,spi-nor";
		reg = <0x0>;
		spi-max-frequency = <20000000>;
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&cp0_spi1_pins>;

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