Commit 402eb8ec authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

arm64: dts: microchip: 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>
Reviewed-by: default avatarTudor Ambarus <tudor.ambarus@microchip.com>
Link: https://lore.kernel.org/r/20220407143223.295344-2-krzysztof.kozlowski@linaro.org
parent 65b96377
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
		#address-cells = <1>;
		#size-cells = <0>;
		reg = <14>; /* CS14 */
		spi-flash@6 {
		flash@6 {
			compatible = "spi-nand";
			pinctrl-0 = <&cs14_pins>;
			pinctrl-names = "default";
+2 −2
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
		#address-cells = <1>;
		#size-cells = <0>;
		reg = <0>;	/* CS0 */
		spi-flash@9 {
		flash@9 {
			compatible = "jedec,spi-nor";
			spi-max-frequency = <8000000>;
			reg = <0x9>;	/* SPI */
@@ -59,7 +59,7 @@
		#address-cells = <1>;
		#size-cells = <0>;
		reg = <1>; /* CS1 */
		spi-flash@9 {
		flash@9 {
			compatible = "spi-nand";
			pinctrl-0 = <&cs1_pins>;
			pinctrl-names = "default";
+2 −2
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@

&spi0 {
	status = "okay";
	spi-flash@0 {
	flash@0 {
		compatible = "jedec,spi-nor";
		spi-max-frequency = <8000000>;
		reg = <0>;
@@ -289,7 +289,7 @@
		#address-cells = <1>;
		#size-cells = <0>;
		reg = <0>;	/* CS0 */
		spi-flash@9 {
		flash@9 {
			compatible = "jedec,spi-nor";
			spi-max-frequency = <8000000>;
			reg = <0x9>;	/* SPI */
+2 −2
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@

&spi0 {
	status = "okay";
	spi-flash@0 {
	flash@0 {
		compatible = "jedec,spi-nor";
		spi-max-frequency = <8000000>;
		reg = <0>;
@@ -104,7 +104,7 @@
		#address-cells = <1>;
		#size-cells = <0>;
		reg = <0>; /* CS0 */
		spi-flash@9 {
		flash@9 {
			compatible = "jedec,spi-nor";
			spi-max-frequency = <8000000>;
			reg = <0x9>; /* SPI */