On Wed, 4 Nov 2020 at 04:56, Biju Das <[email protected]> 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 <[email protected]> > Reviewed-by: Lad Prabhakar <[email protected]> > --- > v2->v3: > * split the comments patch seperate. > > Ref:https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/ > > v1->v2: Changed the comments from "a SoC" to "an SoC" > Ref: > https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/ > --- > 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 <[email protected]>

