[U-Boot] [PATCH 1/2] rockchip: px30: Fixup PMUGRF registers layout order

Kever Yang kever.yang at rock-chips.com
Thu Nov 28 09:36:59 UTC 2019


On 2019/11/27 下午6:12, Paul Kocialkowski wrote:
> According to the PX30 TRM, the iomux registers come first, before the pull
> and strength control registers.
>
> Signed-off-by: Paul Kocialkowski <paul.kocialkowski at bootlin.com>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>   arch/arm/include/asm/arch-rockchip/grf_px30.h | 16 ++++++++--------
>   1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-rockchip/grf_px30.h b/arch/arm/include/asm/arch-rockchip/grf_px30.h
> index c167bb42fac9..3d2a8770322e 100644
> --- a/arch/arm/include/asm/arch-rockchip/grf_px30.h
> +++ b/arch/arm/include/asm/arch-rockchip/grf_px30.h
> @@ -112,18 +112,18 @@ struct px30_grf {
>   check_member(px30_grf, mac_con1, 0x904);
>   
>   struct px30_pmugrf {
> -	unsigned int gpio0a_e;
> -	unsigned int gpio0b_e;
> -	unsigned int gpio0c_e;
> -	unsigned int gpio0d_e;
> -	unsigned int gpio0a_p;
> -	unsigned int gpio0b_p;
> -	unsigned int gpio0c_p;
> -	unsigned int gpio0d_p;
>   	unsigned int gpio0al_iomux;
>   	unsigned int gpio0bl_iomux;
>   	unsigned int gpio0cl_iomux;
>   	unsigned int gpio0dl_iomux;
> +	unsigned int gpio0a_p;
> +	unsigned int gpio0b_p;
> +	unsigned int gpio0c_p;
> +	unsigned int gpio0d_p;
> +	unsigned int gpio0a_e;
> +	unsigned int gpio0b_e;
> +	unsigned int gpio0c_e;
> +	unsigned int gpio0d_e;
>   	unsigned int gpio0l_sr;
>   	unsigned int gpio0h_sr;
>   	unsigned int gpio0l_smt;




More information about the U-Boot mailing list