ARM: dts: at91: sam9x60: Change i2c compatible

There's a more specific compatible string for the i2c interface, use it.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
This commit is contained in:
Alexander Dahl
2023-07-05 22:16:59 +02:00
committed by Eugen Hristev
parent 19891288e3
commit cdbd40dbb5
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
status = "okay"; status = "okay";
i2c@600 { i2c@600 {
compatible = "atmel,sama5d2-i2c"; compatible = "microchip,sam9x60-i2c";
reg = <0x600 0x200>; reg = <0x600 0x200>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_flx0>; pinctrl-0 = <&pinctrl_flx0>;

View File

@@ -62,7 +62,7 @@
status = "okay"; status = "okay";
i2c@600 { i2c@600 {
compatible = "atmel,sama5d2-i2c"; compatible = "microchip,sam9x60-i2c";
reg = <0x600 0x200>; reg = <0x600 0x200>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_flx0>; pinctrl-0 = <&pinctrl_flx0>;