From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pragnesh Patel Date: Wed, 24 Jun 2020 04:32:29 +0000 Subject: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver In-Reply-To: References: <20200529064452.7735-1-pragnesh.patel@sifive.com> <20200529064452.7735-3-pragnesh.patel@sifive.com> <752D002CFF5D0F4FA35C0100F1D73F3FA471C0BE@ATCPCS16.andestech.com> 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 Hi Rick, >-----Original Message----- >From: Rick Chen >Sent: 24 June 2020 06:30 >To: Pragnesh Patel >Cc: U-Boot Mailing List ; Atish Patra >; palmerdabbelt at google.com; Bin Meng >; Paul Walmsley ( Sifive) >; Anup Patel ; Sagar >Kadam ; Palmer Dabbelt ; >Jagan Teki ; rick ; Alan >Kao >Subject: Re: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver > >[External Email] Do not click links or attachments unless you recognize the >sender and know the content is safe > >Hi Pragnesh > >> From: Pragnesh Patel [mailto:pragnesh.patel at sifive.com] >> Sent: Friday, May 29, 2020 2:45 PM >> To: u-boot at lists.denx.de >> Cc: atish.patra at wdc.com; palmerdabbelt at google.com; >bmeng.cn at gmail.com; paul.walmsley at sifive.com; anup.patel at wdc.com; >sagar.kadam at sifive.com; Rick Jian-Zhi Chen(???); Pragnesh Patel; Palmer >Dabbelt >> Subject: [PATCH 2/2] riscv: sifive: fu540: Enable SiFive PWM driver >> >> This patch enables SiFive PWM driver for the SiFive Unleashed board. >> >> Signed-off-by: Pragnesh Patel >> --- >> board/sifive/fu540/Kconfig | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index >86193d7668..683668d059 100644 >> --- a/board/sifive/fu540/Kconfig >> +++ b/board/sifive/fu540/Kconfig >> @@ -65,5 +65,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy >> imply SMP >> imply MISC >> imply SIFIVE_OTP >> + imply DM_PWM >> + imply PWM_SIFIVE >> > >This patch shall follow [PATCH v2 0/2] Add support for PWM SiFive. >It is weird to introduce here and not appropriate to depend on another patch. Do you want me to send this 2 patches separately independent of each other ? > >Thanks, >Rick > >> endif >> -- >> 2.17.1