arm64: zynqmp: Use atmel prefix instead of at
This changes was done in mainline and this patch is just following it. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
ba9da60c4b
commit
098505f500
@ -92,7 +92,7 @@
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
eeprom@55 {
|
||||
compatible = "at,24c64"; /* 24AA64 */
|
||||
compatible = "atmel,24c64"; /* 24AA64 */
|
||||
reg = <0x55>;
|
||||
};
|
||||
};
|
||||
|
@ -422,7 +422,7 @@
|
||||
* 768B - 1024B address 0x57
|
||||
*/
|
||||
eeprom: eeprom@54 { /* u23 */
|
||||
compatible = "at,24c08";
|
||||
compatible = "atmel,24c08";
|
||||
reg = <0x54>;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user