RE: [PATCH V2 1/3] reset: imx7: Support module build

2020-07-20 Thread Anson Huang
Hi, Philipp > Subject: Re: [PATCH V2 1/3] reset: imx7: Support module build > > On Mon, 2020-06-29 at 23:05 +0800, Anson Huang wrote: > > Add module device table, author, description and license to support > > module build, and CONFIG_RESET_IMX7 is changed to default 'y

Re: [PATCH V2 1/3] reset: imx7: Support module build

2020-07-20 Thread Philipp Zabel
On Mon, 2020-06-29 at 23:05 +0800, Anson Huang wrote: > Add module device table, author, description and license to support > module build, and CONFIG_RESET_IMX7 is changed to default 'y' ONLY > for i.MX7D, other platforms need to select it in defconfig. > > Signed-off-by: Anson Huang > --- >

[PATCH V2 1/3] reset: imx7: Support module build

2020-06-29 Thread Anson Huang
Add module device table, author, description and license to support module build, and CONFIG_RESET_IMX7 is changed to default 'y' ONLY for i.MX7D, other platforms need to select it in defconfig. Signed-off-by: Anson Huang --- Changes since V1: - make it default 'y' for SOC_IMX7D;