Dear All,
The preferred form for Renesas' compatible strings is:
"<vendor>,<family>-<module>"
Somehow the compatible string for the r9a09g011 I2C IP was upstreamed
as renesas,i2c-r9a09g011 instead of renesas,r9a09g011-i2c, which
is really confusing, especially considering the generic fallback
is renesas,rzv2m-i2c.
Since it's early days for r9a09g011.dtsi, and compatible
renesas,i2c-r9a09g011 isn't being actively used at the moment,
I think it's safe to change to make compatible strings less
confusing.
v2 - Improved changelogs
Thanks,
Fab
Fabrizio Castro (2):
dt-bindings: i2c: renesas,rzv2m: Fix SoC specific string
arm64: dts: renesas: r9a09g011: Fix I2C SoC specific strings
Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml | 4 ++--
arch/arm64/boot/dts/renesas/r9a09g011.dtsi | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
--
2.34.1