mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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:
committed by
Eugen Hristev
parent
19891288e3
commit
cdbd40dbb5
@@ -21,7 +21,7 @@
|
||||
status = "okay";
|
||||
|
||||
i2c@600 {
|
||||
compatible = "atmel,sama5d2-i2c";
|
||||
compatible = "microchip,sam9x60-i2c";
|
||||
reg = <0x600 0x200>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_flx0>;
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
status = "okay";
|
||||
|
||||
i2c@600 {
|
||||
compatible = "atmel,sama5d2-i2c";
|
||||
compatible = "microchip,sam9x60-i2c";
|
||||
reg = <0x600 0x200>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_flx0>;
|
||||
|
||||
Reference in New Issue
Block a user