Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ef48433 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: dts: uniphier: add pagesize property to EEPROM of Support Card



Microchip's spec says the page size of 24LC128 is 64 byte.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 66b2f567
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
/*
 * Device Tree Source for UniPhier Reference Daughter Board
 *
 * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
 * Copyright (C) 2015-2017 Socionext Inc.
 *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
 *
 * This file is dual-licensed: you can use it either under the terms
 * of the GPL or the X11 license, at your option. Note that this dual
@@ -46,5 +47,6 @@
	eeprom@50 {
		compatible = "microchip,24lc128";
		reg = <0x50>;
		pagesize = <64>;
	};
};