Commit c94c8139 authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'zynq-dt-for-4.15' of https://github.com/Xilinx/linux-xlnx into next/soc

Pull "arm: Xilinx ZynqMP DT changes for v4.15" from Michal Simek:

- Change 24c08 compatible string

* tag 'zynq-dt-for-4.15' of https://github.com/Xilinx/linux-xlnx:
  ARM: dts: zynq: Add generic compatible string for I2C EEPROM
parents 061ae532 3a42d36c
...@@ -152,7 +152,7 @@ i2c@2 { ...@@ -152,7 +152,7 @@ i2c@2 {
#size-cells = <0>; #size-cells = <0>;
reg = <2>; reg = <2>;
eeprom@54 { eeprom@54 {
compatible = "at,24c08"; compatible = "atmel,24c08";
reg = <0x54>; reg = <0x54>;
}; };
}; };
......
...@@ -108,7 +108,7 @@ i2c@2 { ...@@ -108,7 +108,7 @@ i2c@2 {
#size-cells = <0>; #size-cells = <0>;
reg = <2>; reg = <2>;
eeprom@54 { eeprom@54 {
compatible = "at,24c08"; compatible = "atmel,24c08";
reg = <0x54>; reg = <0x54>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment