On Wed, 4 Nov 2020 at 04:56, Biju Das <biju.das...@bp.renesas.com> wrote: > > Add SoC identification string for attribute matching.
Commit messages should normally have a motivation followed by a description of what they do. > > Signed-off-by: Biju Das <biju.das...@bp.renesas.com> > Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad...@bp.renesas.com> > --- > v2->v3: > * split the comments patch seperate. > > Ref:https://patchwork.ozlabs.org/project/uboot/patch/20201102150959.4793-3-biju.das...@bp.renesas.com/ > > v1->v2: Changed the comments from "a SoC" to "an SoC" > Ref: > https://patchwork.ozlabs.org/project/uboot/patch/20201030140724.12773-1-biju.das...@bp.renesas.com/ > --- > drivers/soc/soc-uclass.c | 19 ++++++++++++++++++- > drivers/soc/soc_sandbox.c | 8 ++++++++ > include/soc.h | 27 +++++++++++++++++++++++++++ > test/dm/soc.c | 8 ++++++++ > 4 files changed, 61 insertions(+), 1 deletion(-) Reviewed-by: Simon Glass <s...@chromium.org>