diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-03-13 20:56:32 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-03-13 21:02:13 +0100 |
commit | facc7a551cda4c7091b0413438b280e654659890 (patch) | |
tree | 0511f937ad2243dad95a7dc7210bf16351bd42df /arch/arm/boot/dts/uniphier-pro4-sanji.dts | |
parent | ARM: dts: uniphier: add pagesize property to EEPROM of Support Card (diff) | |
download | linux-facc7a551cda4c7091b0413438b280e654659890.tar.xz linux-facc7a551cda4c7091b0413438b280e654659890.zip |
ARM: dts: uniphier: add pagesize property to EEPROM of proto boards
ST's spec says the page size of 24C64 is 32 byte.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-pro4-sanji.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-pro4-sanji.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-pro4-sanji.dts b/arch/arm/boot/dts/uniphier-pro4-sanji.dts index c858cd7fafd5..6c63c8bad825 100644 --- a/arch/arm/boot/dts/uniphier-pro4-sanji.dts +++ b/arch/arm/boot/dts/uniphier-pro4-sanji.dts @@ -85,6 +85,7 @@ eeprom@54 { compatible = "st,24c64"; reg = <0x54>; + pagesize = <32>; }; }; |