From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Graute Subject: Re: [PATCH v2 10/15] arm64: dts: imx8qm: add conn ss support Date: Wed, 7 Aug 2019 14:04:28 +0200 Message-ID: <20190807120428.GA27833@optiplex> References: <1563290089-11085-1-git-send-email-aisheng.dong@nxp.com> <1563290089-11085-11-git-send-email-aisheng.dong@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1563290089-11085-11-git-send-email-aisheng.dong@nxp.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Dong Aisheng Cc: Mark Rutland , devicetree@vger.kernel.org, dongas86@gmail.com, catalin.marinas@arm.com, will.deacon@arm.com, robh+dt@kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, fabio.estevam@nxp.com, shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On 16/07/19, Dong Aisheng wrote: > The CONN SS of MX8QM is mostly the same as MX8QXP except it has one more > USB HSIC module support. So we can fully reuse the exist CONN SS dtsi. > Add -ss-conn.dtsi with compatible string updated according to > imx8-ss-conn.dtsi. > +&usdhc1 { > + compatible = "fsl,imx8qm-usdhc", "fsl,imx7d-usdhc"; > +}; > + > +&usdhc2 { > + compatible = "fsl,imx8qm-usdhc", "fsl,imx7d-usdhc"; > +}; I need to add here for my imx8qm-rom7720-a1 board: &usdhc3 { compatible = "fsl,imx8qm-usdhc", "fsl,imx7d-usdhc"; }; I'll prepare a patch for that on top of yours. Best Regards, Oliver