On Wed, Jan 31, 2018 at 10:35:43PM +0100, Benoît Thébaudeau wrote: > This file had several naming inconsistencies for eSDHC: > - the instances were named sometimes SDn, sometimes SDHCn, whereas they > are named ESDHCn in the reference manual, e.g.: > MX25_PAD_SD1_CMD__SD1_CMD > MX25_PAD_D15__SDHC1_DAT7 > - the data ports were named sometimes DATAn, sometimes DATn like in the > reference manual, e.g.: > MX25_PAD_SD1_DATA0__SD1_DATA0 > MX25_PAD_D15__SDHC1_DAT7 > - in one case, the clock port was named DAT_CLK instead of CLK: > MX25_PAD_CSI_D7__SDHC2_DAT_CLK > > This change: > - introduces new definitions using the naming from the reference > manual, > - keeps definitions using the legacy naming in order not to break > compatibility for out-of-tree users (they can be removed later), > - updates the in-tree files that were using the legacy naming. > > Cc: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@xxxxxxxxx> > Acked-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > --- > Changes v2 -> v3: > - None. > Changes v1 -> v2: > - New patch (suggested by Uwe). > --- > .../boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts | 12 ++-- > arch/arm/boot/dts/imx25-pdk.dts | 12 ++-- > arch/arm/boot/dts/imx25-pinfunc.h | 72 ++++++++++++++-------- > 3 files changed, 60 insertions(+), 36 deletions(-) Reviewed-by: Rob Herring <robh@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html