From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dong Aisheng Subject: Re: [PATCH 3/3] ARM: dts: imx6ull: address some more incompatibilites between i.MX6UL and i.MX6ULL Date: Fri, 26 Jan 2018 17:05:45 +0800 Message-ID: <20180126090545.GD14058@b29396-OptiPlex-7040> References: <1516955032-21167-1-git-send-email-LW@KARO-electronics.de> <1516955032-21167-4-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-4-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:52AM +0100, Lothar Waßmann wrote: > The i.MX6ULL doesn't have the CAAM engine nor any SIM interface. > These are currently not implemented for i.MX6UL but it cannot hurt to > delete the corresponding nodes from the i.MX6ULL DTB anyway. > > Signed-off-by: Lothar Waßmann Acked-by: Dong Aisheng Regards Dong Aisheng > --- > arch/arm/boot/dts/imx6ull.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi > index 8724fdb2..da325cd 100644 > --- a/arch/arm/boot/dts/imx6ull.dtsi > +++ b/arch/arm/boot/dts/imx6ull.dtsi > @@ -67,6 +67,12 @@ > }; > }; > > + aips-bus@2100000 { > + /delete-node/ caam@21400000; > + /delete-node/ sim@218c0000; > + /delete-node/ sim@21b40000; > + }; > + > aips3: aips-bus@2200000 { > compatible = "fsl,aips-bus", "simple-bus"; > #address-cells = <1>; > -- > 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