On Wed, 24 Nov 2021 15:45:41 -0300, Fabio Estevam wrote: > According to the i.MX6ULL Reference Manual, pad CSI_DATA07 may > have the ESAI_TX0 functionality, not ESAI_T0. > > Also, NXP's i.MX Config Tools 10.0 generates dtsi with the > MX6ULL_PAD_CSI_DATA07__ESAI_TX0 naming, so fix it accordingly. > > There are no devicetree users in mainline that use the old name, > so just remove the old entry. > > Fixes: c201369d4aa5 ("ARM: dts: imx6ull: add imx6ull support") > Reported-by: George Makarov <georgemakarov1@xxxxxxxxx> > Signed-off-by: Fabio Estevam <festevam@xxxxxxxxx> > --- > Changes since v1: > - Remove the old name (Shawn, Otavio) > > arch/arm/boot/dts/imx6ull-pinfunc.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>