mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue