From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Wed, 01 May 2019 15:06:16 +0200 Subject: [U-Boot] [PATCH v2 06/10] rockchip: rk3288: use grf structure to access soc_con2 In-Reply-To: <20190329010907.11006-7-kever.yang@rock-chips.com> References: <20190329010907.11006-7-kever.yang@rock-chips.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 > Prefer to use structure to access register if we can. > > Signed-off-by: Kever Yang > Reviewed-by: Philipp Tomsich > --- > > arch/arm/mach-rockchip/rk3288/rk3288.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > Applied to u-boot-rockchip, thanks!