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

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
......@@ -53,7 +53,7 @@ panel_in: endpoint {
apb@80000000 {
apbh@80000000 {
gpmi-nand@8000c000 {
nand-controller@8000c000 {
pinctrl-names = "default";
pinctrl-0 = <&gpmi_pins_a &gpmi_pins_fixup>;
status = "okay";
......
......@@ -76,7 +76,7 @@ ecc@80008000 {
status = "disabled";
};
gpmi-nand@8000c000 {
nand-controller@8000c000 {
compatible = "fsl,imx23-gpmi-nand";
#address-cells = <1>;
#size-cells = <1>;
......
......@@ -17,7 +17,7 @@ memory@40000000 {
apb@80000000 {
apbh@80000000 {
gpmi-nand@8000c000 {
nand-controller@8000c000 {
pinctrl-names = "default";
pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg>;
status = "okay";
......
......@@ -13,7 +13,7 @@ memory@40000000 {
apb@80000000 {
apbh@80000000 {
gpmi-nand@8000c000 {
nand-controller@8000c000 {
pinctrl-names = "default";
pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg>;
status = "okay";
......
......@@ -97,7 +97,7 @@ panel_in: endpoint {
apb@80000000 {
apbh@80000000 {
gpmi-nand@8000c000 {
nand-controller@8000c000 {
pinctrl-names = "default";
pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg
&gpmi_pins_evk>;
......
......@@ -17,7 +17,7 @@ memory@40000000 {
apb@80000000 {
apbh@80000000 {
gpmi-nand@8000c000 {
nand-controller@8000c000 {
#address-cells = <1>;
#size-cells = <1>;
pinctrl-names = "default";
......
......@@ -100,7 +100,7 @@ perfmon: perfmon@80006000 {
status = "disabled";
};
gpmi: gpmi-nand@8000c000 {
gpmi: nand-controller@8000c000 {
compatible = "fsl,imx28-gpmi-nand";
#address-cells = <1>;
#size-cells = <1>;
......
......@@ -159,7 +159,7 @@ dma_apbh: dma-apbh@110000 {
clocks = <&clks IMX6QDL_CLK_APBH_DMA>;
};
gpmi: gpmi-nand@112000 {
gpmi: nand-controller@112000 {
compatible = "fsl,imx6q-gpmi-nand";
reg = <0x00112000 0x2000>, <0x00114000 0x2000>;
reg-names = "gpmi-nand", "bch";
......
......@@ -213,7 +213,7 @@ dma_apbh: dma-apbh@1804000 {
clocks = <&clks IMX6SX_CLK_APBH_DMA>;
};
gpmi: gpmi-nand@1806000{
gpmi: nand-controller@1806000{
compatible = "fsl,imx6sx-gpmi-nand";
#address-cells = <1>;
#size-cells = <1>;
......
......@@ -174,7 +174,7 @@ dma_apbh: dma-apbh@1804000 {
clocks = <&clks IMX6UL_CLK_APBHDMA>;
};
gpmi: gpmi-nand@1806000 {
gpmi: nand-controller@1806000 {
compatible = "fsl,imx6q-gpmi-nand";
#address-cells = <1>;
#size-cells = <1>;
......
......@@ -1221,7 +1221,7 @@ dma_apbh: dma-apbh@33000000 {
clocks = <&clks IMX7D_NAND_USDHC_BUS_RAWNAND_CLK>;
};
gpmi: gpmi-nand@33002000{
gpmi: nand-controller@33002000{
compatible = "fsl,imx7d-gpmi-nand";
#address-cells = <1>;
#size-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment