From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Robinson Date: Tue, 10 Oct 2017 14:48:56 +0100 Subject: [U-Boot] [PATCH v4 1/2] arm64: sun50i-h5.dtsi : add h5 & a64 compatible to mmc[0-2] In-Reply-To: <20171010133546.98061-1-antony@phenome.org> References: <20170921152217.4011-1-antony@phenome.org> <20171010133546.98061-1-antony@phenome.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Shouldn't we just be syncing changes to the DT from the kernel? On Tue, Oct 10, 2017 at 2:35 PM, Antony Antony wrote: > add more specific, Allwinner H5 SoC, compaitable to mmc0,1,2 > current one comes from sun8i-h3.dtsi > compatible = "allwinner,sun7i-a20-mmc", "allwinner,sun5i-a13-mmc"; > > Signed-off-by: Antony Antony > --- > arch/arm/dts/sun50i-h5.dtsi | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm/dts/sun50i-h5.dtsi b/arch/arm/dts/sun50i-h5.dtsi > index 4904c18..1f4c1d1 100644 > --- a/arch/arm/dts/sun50i-h5.dtsi > +++ b/arch/arm/dts/sun50i-h5.dtsi > @@ -75,3 +75,15 @@ > &gic { > compatible = "arm,gic-400"; > }; > + > +&mmc0 { > + compatible = "allwinner,sun50i-h5-mmc", "allwinner,sun50i-a64-mmc"; > +}; > + > +&mmc1 { > + compatible = "allwinner,sun50i-h5-mmc", "allwinner,sun50i-a64-mmc"; > +}; > + > +&mmc2 { > + compatible = "allwinner,sun50i-h5-mmc", "allwinner,sun50i-a64-mmc"; > +}; > -- > 2.7.4 > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > https://lists.denx.de/listinfo/u-boot