RE: [PATCH v4 1/2] arm: rmobile: Add PRR CPU ID macros for RZ/G2[HMNE]

2020-10-08 Thread Biju Das
Hi Marek, > [...] > > > /* PRR CPU IDs */ > > #define RMOBILE_CPU_TYPE_SH73A00x37 #define > > RMOBILE_CPU_TYPE_R8A77400x40 > > +#define RMOBILE_CPU_TYPE_R8A774A10x52 > > The problem here is that this is the same as > #define RMOBILE_CPU_TYPE_R8A7796 0x52 >

Re: [PATCH v4 1/2] arm: rmobile: Add PRR CPU ID macros for RZ/G2[HMNE]

2020-10-04 Thread Marek Vasut
On 10/4/20 6:57 PM, Biju Das wrote: Hi, [...] > /* PRR CPU IDs */ > #define RMOBILE_CPU_TYPE_SH73A00x37 #define > RMOBILE_CPU_TYPE_R8A77400x40 > +#define RMOBILE_CPU_TYPE_R8A774A10x52 The problem here is that this is the same as #define RMOBILE_CPU_TYPE_R8A7796

RE: [PATCH v4 1/2] arm: rmobile: Add PRR CPU ID macros for RZ/G2[HMNE]

2020-10-04 Thread Biju Das
Hi Marek, Thanks for the feedback. > Subject: Re: [PATCH v4 1/2] arm: rmobile: Add PRR CPU ID macros for > RZ/G2[HMNE] > > On 10/3/20 9:31 PM, Biju Das wrote: > > Hi, > > [...] > > >>> /* PRR CPU IDs */ > >>> #define RMOBILE_CPU_TYPE_SH7

Re: [PATCH v4 1/2] arm: rmobile: Add PRR CPU ID macros for RZ/G2[HMNE]

2020-10-04 Thread Marek Vasut
On 10/3/20 9:31 PM, Biju Das wrote: Hi, [...] >>> /* PRR CPU IDs */ >>> #define RMOBILE_CPU_TYPE_SH73A00x37 >>> #define RMOBILE_CPU_TYPE_R8A77400x40 >>> +#define RMOBILE_CPU_TYPE_R8A774A10x52 >> >> The problem here is that this is the same as >> #define RMOBILE_CPU_TYPE_R8A7796 0x52 >> >> S

RE: [PATCH v4 1/2] arm: rmobile: Add PRR CPU ID macros for RZ/G2[HMNE]

2020-10-03 Thread Biju Das
Hi Marek, Thanks for the feedback. > Subject: Re: [PATCH v4 1/2] arm: rmobile: Add PRR CPU ID macros for > RZ/G2[HMNE] > > On 10/1/20 12:36 PM, Biju Das wrote: > [...] > > > diff --git a/arch/arm/mach-rmobile/include/mach/rmobile.h > > b/arch/arm/mach-rmobile/in

Re: [PATCH v4 1/2] arm: rmobile: Add PRR CPU ID macros for RZ/G2[HMNE]

2020-10-03 Thread Marek Vasut
On 10/1/20 12:36 PM, Biju Das wrote: [...] > diff --git a/arch/arm/mach-rmobile/include/mach/rmobile.h > b/arch/arm/mach-rmobile/include/mach/rmobile.h > index a50249dc96..bd4bd01b75 100644 > --- a/arch/arm/mach-rmobile/include/mach/rmobile.h > +++ b/arch/arm/mach-rmobile/include/mach/rmobile.h >