Commit 17580888 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo
Browse files

ARM: dts: imx: Change gpmi nand node name to nand-controller



Change i.MX SoCs nand node name from "gpmi-nand" to "nand-controller" to
be compliant with yaml schema, it requires the nodename to be
"nand-controller".

Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8da4716d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@

	apb@80000000 {
		apbh@80000000 {
			gpmi-nand@8000c000 {
			nand-controller@8000c000 {
				pinctrl-names = "default";
				pinctrl-0 = <&gpmi_pins_a &gpmi_pins_fixup>;
				status = "okay";
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@
				status = "disabled";
			};

			gpmi-nand@8000c000 {
			nand-controller@8000c000 {
				compatible = "fsl,imx23-gpmi-nand";
				#address-cells = <1>;
				#size-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

	apb@80000000 {
		apbh@80000000 {
			gpmi-nand@8000c000 {
			nand-controller@8000c000 {
				pinctrl-names = "default";
				pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg>;
				status = "okay";
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

	apb@80000000 {
		apbh@80000000 {
			gpmi-nand@8000c000 {
			nand-controller@8000c000 {
				pinctrl-names = "default";
				pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg>;
				status = "okay";
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@

	apb@80000000 {
		apbh@80000000 {
			gpmi-nand@8000c000 {
			nand-controller@8000c000 {
				pinctrl-names = "default";
				pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg
					     &gpmi_pins_evk>;
Loading