diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2018-12-06 20:22:16 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-10 03:03:19 +0100 |
commit | 81c0039b13c11bf77bbca700350d4f25d5cb2ec8 (patch) | |
tree | 0aa89bf00fc142509f33fc128b3da6342a336c57 /arch/arm/boot/dts/imx6ul.dtsi | |
parent | ARM: dts: imx6qdl-sabresd: Use GPIO_ACTIVE_HIGH for regulators (diff) | |
download | linux-81c0039b13c11bf77bbca700350d4f25d5cb2ec8.tar.xz linux-81c0039b13c11bf77bbca700350d4f25d5cb2ec8.zip |
ARM: dts: imx6ul: Remove extra space between node name and brace
Fixes: 7d1cd2978664 ("ARM: dts: imx6ul: add gpmi support")
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 4d034556a417..62ed30c781ed 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -183,7 +183,7 @@ clocks = <&clks IMX6UL_CLK_APBHDMA>; }; - gpmi: gpmi-nand@1806000 { + gpmi: gpmi-nand@1806000 { compatible = "fsl,imx6q-gpmi-nand"; #address-cells = <1>; #size-cells = <1>; |