]> git.dujemihanovic.xyz Git - u-boot.git/commit
riscv: Add missing sentinel in ocores_i2c.c
authorThomas Skibo <thomas-git@skibo.net>
Sun, 15 Aug 2021 23:04:03 +0000 (16:04 -0700)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 7 Sep 2021 02:34:29 +0000 (10:34 +0800)
commit9d84795fc5dcd769cc8a1efedc783863e88cb25d
tree1474711a7744a9e032afb5c7ebe2f09f03ba292b
parentf6431e8fb358e2fdd01692604cd5796a1b7c10a0
riscv: Add missing sentinel in ocores_i2c.c

The ocores_i2c.c driver is missing a sentinel at the end of
the compatible strings list.  This causes the "dm compat" command
to spew garbage.

Signed-off-by: Thomas Skibo <thomas-git@skibo.net>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/i2c/ocores_i2c.c