From mboxrd@z Thu Jan 1 00:00:00 1970 From: Urja Rannikko Date: Fri, 22 Mar 2019 19:14:35 +0000 Subject: [U-Boot] [PATCH 3/4] rk3288-board: cosmetic: document selecting RK PWM In-Reply-To: <20190322191436.6268-1-urjaman@gmail.com> References: <20190322191436.6268-1-urjaman@gmail.com> Message-ID: <20190322191436.6268-4-urjaman@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Atleast hat is what it says in the TRM. Signed-off-by: Urja Rannikko --- arch/arm/mach-rockchip/rk3288-board.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-rockchip/rk3288-board.c b/arch/arm/mach-rockchip/rk3288-board.c index f5df44dab1..9c05149610 100644 --- a/arch/arm/mach-rockchip/rk3288-board.c +++ b/arch/arm/mach-rockchip/rk3288-board.c @@ -335,6 +335,7 @@ int board_early_init_f(void) return ret; } + /* Select RK PWM (as opposed to old PWM solution) */ rk_setreg(GRF_SOC_CON2, 1 << 0); /* -- 2.21.0