> -----Original Message----- > From: Bryan O'Donoghue [mailto:[email protected]] > Sent: 2019年1月3日 9:45 > To: [email protected] > Cc: Fabio Estevam <[email protected]>; Peng Fan > <[email protected]>; Bryan O'Donoghue <[email protected]>; > Stefano Babic <[email protected]> > Subject: [PATCH 5/8] warp7: defconfig: Switch on IMX7 pinctrl for both ports > > Switches on the IMX7 pinctrl driver for the warp7 and warp7_bl33 ports, > necessary to convert over to DM for this board. > > Signed-off-by: Bryan O'Donoghue <[email protected]> > Cc: Peng Fan <[email protected]> > Cc: Fabio Estevam <[email protected]> > Cc: Stefano Babic <[email protected]> > --- > configs/warp7_bl33_defconfig | 2 ++ > configs/warp7_defconfig | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig > index b2f943c775..a2c2555315 100644 > --- a/configs/warp7_bl33_defconfig > +++ b/configs/warp7_bl33_defconfig > @@ -41,3 +41,5 @@ CONFIG_USB_ETH_CDC=y > CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00" > CONFIG_OPTEE_TZDRAM_SIZE=0x2000000 > CONFIG_DEFAULT_DEVICE_TREE="imx7s-warp" > +CONFIG_PINCTRL=y > +CONFIG_PINCTRL_IMX7=y > diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index > 65d801ffe2..8691d00491 100644 > --- a/configs/warp7_defconfig > +++ b/configs/warp7_defconfig > @@ -54,3 +54,5 @@ CONFIG_OPTEE_TZDRAM_SIZE=0x3000000 > CONFIG_OPTEE_TZDRAM_BASE=0x9d000000 > CONFIG_BOOTM_OPTEE=y > CONFIG_DEFAULT_DEVICE_TREE="imx7s-warp" > +CONFIG_PINCTRL=y > +CONFIG_PINCTRL_IMX7=y
Reviewed-by: Peng Fan <[email protected]> > -- > 2.20.0 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

