Re: [PATCH v2 2/3] renesas: rcar3: Expose the board revision in sysinfo

2023-06-14 Thread Marek Vasut
On 6/12/23 21:51, Detlev Casanova wrote: The board revision is needed to determine which linux device tree to load. Signed-off-by: Detlev Casanova --- .../arm/mach-rmobile/include/mach/sys_proto.h | 6 ++ drivers/sysinfo/rcar3.c | 60 +++ 2 files

[PATCH v2 2/3] renesas: rcar3: Expose the board revision in sysinfo

2023-06-12 Thread Detlev Casanova
The board revision is needed to determine which linux device tree to load. Signed-off-by: Detlev Casanova --- .../arm/mach-rmobile/include/mach/sys_proto.h | 6 ++ drivers/sysinfo/rcar3.c | 60 +++ 2 files changed, 40 insertions(+), 26 deletions(-) diff