2018-12-06 19:24:27

by Leonard Crestez

[permalink] [raw]
Subject: [PATCH] ARM: dts: imx6ul: Remove extra space between node name and {

Fixes: 7d1cd2978664 ("ARM: dts: imx6ul: add gpmi support")

Signed-off-by: Leonard Crestez <[email protected]>
---
arch/arm/boot/dts/imx6ul.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi
index 083d3446c41d..93ca2405ac8c 100644
--- a/arch/arm/boot/dts/imx6ul.dtsi
+++ b/arch/arm/boot/dts/imx6ul.dtsi
@@ -183,11 +183,11 @@
#dma-cells = <1>;
dma-channels = <4>;
clocks = <&clks IMX6UL_CLK_APBHDMA>;
};

- gpmi: gpmi-nand@1806000 {
+ gpmi: gpmi-nand@1806000 {
compatible = "fsl,imx6q-gpmi-nand";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x01806000 0x2000>, <0x01808000 0x2000>;
reg-names = "gpmi-nand", "bch";
--
2.17.1



2018-12-09 12:51:45

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: imx6ul: Remove extra space between node name and {

On Thu, Dec 06, 2018 at 07:22:16PM +0000, Leonard Crestez wrote:
> Fixes: 7d1cd2978664 ("ARM: dts: imx6ul: add gpmi support")
>
> Signed-off-by: Leonard Crestez <[email protected]>

Applied, thanks.