From mboxrd@z Thu Jan 1 00:00:00 1970 From: djw at t-chip.com.cn Date: Mon, 17 Jun 2019 15:44:55 +0800 Subject: [U-Boot] rockchip: missing request op in common pinctrl driver resulting kernel boot failure In-Reply-To: <54386d8e47424022@bloch.sibelius.xs4all.nl> (Mark Kettenis's message of "Fri, 14 Jun 2019 16:52:34 +0200 (CEST)") References: <874l4sjzxk.fsf@archiso.i-did-not-set--mail-host-address--so-tickle-me> <54386d8e47424022@bloch.sibelius.xs4all.nl> Message-ID: <87v9x4fyfc.fsf_-_@t-chip.com.cn> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Since this request is a no-op, it is best to drop the pinctrl_request_noflags(pinctrl, PERIPH_ID_PWM?) lines in board/rockchip/evb_rk3399/evb-rk3399.c (there're no such code lines in other rk3399 board files), which is tested to work with the Firefly-RK3399 board. Therefore, are the PERIPH_ID_PWM? taken care of somewhere in other places? -- Best Regards, Levin Du