From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dong Aisheng Subject: Re: [PATCH 1/3] ARM: dts: imx6ull: fix the i.MX6ULL UART8 configuration Date: Fri, 26 Jan 2018 16:57:31 +0800 Message-ID: <20180126085731.GB14058@b29396-OptiPlex-7040> References: <1516955032-21167-1-git-send-email-LW@KARO-electronics.de> <1516955032-21167-2-git-send-email-LW@KARO-electronics.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <1516955032-21167-2-git-send-email-LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Lothar =?iso-8859-1?Q?Wa=DFmann?= Cc: Shawn Guo , Sascha Hauer , Fabio Estevam , Rob Herring , Mark Rutland , Russell King , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list , linux-imx-3arQi8VN3Tc@public.gmane.org List-Id: devicetree@vger.kernel.org On Fri, Jan 26, 2018 at 09:23:50AM +0100, Lothar Waßmann wrote: > UART8 on i.MX6ULL is not located on the SPBA bus like on i.MX6UL but > on the (otherwise unused) AIPS-3 bus. > Create the appropriate AIPS-3 bus configuration and move the uart8 > definition where it belongs. > > Signed-off-by: Lothar Waßmann Stefan seemed already fixed this. See: https://patchwork.kernel.org/patch/10156125/ Regards Dong Aisheng > --- > arch/arm/boot/dts/imx6ull.dtsi | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) > > diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi > index 0c18291..abc815f 100644 > --- a/arch/arm/boot/dts/imx6ull.dtsi > +++ b/arch/arm/boot/dts/imx6ull.dtsi > @@ -41,3 +41,32 @@ > > #include "imx6ul.dtsi" > #include "imx6ull-pinfunc.h" > + > +/ { > + soc { > + aips-bus@2000000 { > + spba-bus@2000000 { > + /delete-node/ serial@2024000; > + }; > + }; > + > + aips3: aips-bus@2200000 { > + compatible = "fsl,aips-bus", "simple-bus"; > + #address-cells = <1>; > + #size-cells = <1>; > + reg = <0x02200000 0x100000>; > + ranges; > + > + uart8: serial@2288000 { > + compatible = "fsl,imx6ul-uart", > + "fsl,imx6q-uart"; > + reg = <0x02288000 0x4000>; > + interrupts = ; > + clocks = <&clks IMX6UL_CLK_IPG>, > + <&clks IMX6UL_CLK_UART8_SERIAL>; > + clock-names = "ipg", "per"; > + status = "disabled"; > + }; > + }; > + }; > +}; > -- > 2.1.4 > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html