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:
Michal Simek 2018-03-27 10:54:25 +02:00
parent ba9da60c4b
commit 098505f500
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@
status = "okay";
clock-frequency = <400000>;
eeprom@55 {
compatible = "at,24c64"; /* 24AA64 */
compatible = "atmel,24c64"; /* 24AA64 */
reg = <0x55>;
};
};

View File

@ -422,7 +422,7 @@
* 768B - 1024B address 0x57
*/
eeprom: eeprom@54 { /* u23 */
compatible = "at,24c08";
compatible = "atmel,24c08";
reg = <0x54>;
};
};