diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-03-27 10:54:25 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-04-09 12:14:48 +0200 |
commit | 098505f50028dc2e2de63a519d87036486977190 (patch) | |
tree | a49b06b890e58adc8d6419029502949e10a19b68 /arch/arm/dts/zynqmp-zcu102-revA.dts | |
parent | ba9da60c4be9c9718304db7834ed08a8609f41e8 (diff) |
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>
Diffstat (limited to 'arch/arm/dts/zynqmp-zcu102-revA.dts')
-rw-r--r-- | arch/arm/dts/zynqmp-zcu102-revA.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-zcu102-revA.dts b/arch/arm/dts/zynqmp-zcu102-revA.dts index c04e37dc65..60d3f71031 100644 --- a/arch/arm/dts/zynqmp-zcu102-revA.dts +++ b/arch/arm/dts/zynqmp-zcu102-revA.dts @@ -422,7 +422,7 @@ * 768B - 1024B address 0x57 */ eeprom: eeprom@54 { /* u23 */ - compatible = "at,24c08"; + compatible = "atmel,24c08"; reg = <0x54>; }; }; |