diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-06-22 16:46:40 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-06-25 06:06:09 +0900 |
commit | d9403001781a4dbbdf5d1c81639e645e20bb74a1 (patch) | |
tree | 2974be6c3014823d3c810d360612807fb72b5ff0 /arch/arm/dts/uniphier-pxs2-gentil.dts | |
parent | 1d21e1b97c39d7a6e40a22d3a4153231cf4296af (diff) | |
download | u-boot-d9403001781a4dbbdf5d1c81639e645e20bb74a1.tar.gz |
ARM: dts: uniphier: sync DT with Linux next-20170622
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-pxs2-gentil.dts')
-rw-r--r-- | arch/arm/dts/uniphier-pxs2-gentil.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/uniphier-pxs2-gentil.dts b/arch/arm/dts/uniphier-pxs2-gentil.dts index 0c0a9cf821..6f691a8b42 100644 --- a/arch/arm/dts/uniphier-pxs2-gentil.dts +++ b/arch/arm/dts/uniphier-pxs2-gentil.dts @@ -4,7 +4,7 @@ * Copyright (C) 2015-2016 Socionext Inc. * Author: Masahiro Yamada <yamada.masahiro@socionext.com> * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ /dts-v1/; @@ -44,7 +44,7 @@ status = "okay"; eeprom@54 { - compatible = "st,24c64", "i2c-eeprom"; + compatible = "st,24c64", "atmel,24c64", "i2c-eeprom"; reg = <0x54>; pagesize = <32>; u-boot,i2c-offset-len = <2>; |