[U-Boot] [PATCH] rtc: rx8010js: add compatible string

2019-12-28 Thread sbabic
> Add compatible string used by Linux. > Allows for simpler syncing of device trees. > Signed-off-by: Robert Beckett Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[U-Boot] [PATCH] rtc: rx8010js: add compatible string

2019-10-29 Thread Robert Beckett
Add compatible string used by Linux. Allows for simpler syncing of device trees. Signed-off-by: Robert Beckett --- drivers/rtc/rx8010sj.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/rtc/rx8010sj.c b/drivers/rtc/rx8010sj.c index 2876692a37..82c5185e2e 100644 ---