[PATCH 3/3] powerpc: pcm030/032: add pagesize to dts
Grant Likely
grant.likely at secretlab.ca
Fri Dec 24 20:15:45 EST 2010
On Wed, Nov 17, 2010 at 01:00:50PM +0100, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <w.sang at pengutronix.de>
Applied for -next, thanks.
g.
> ---
> arch/powerpc/boot/dts/pcm030.dts | 1 +
> arch/powerpc/boot/dts/pcm032.dts | 3 ++-
> 2 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/arch/powerpc/boot/dts/pcm030.dts b/arch/powerpc/boot/dts/pcm030.dts
> index 8a4ec30..e7c36bc 100644
> --- a/arch/powerpc/boot/dts/pcm030.dts
> +++ b/arch/powerpc/boot/dts/pcm030.dts
> @@ -259,6 +259,7 @@
> eeprom at 52 {
> compatible = "catalyst,24c32";
> reg = <0x52>;
> + pagesize = <32>;
> };
> };
>
> diff --git a/arch/powerpc/boot/dts/pcm032.dts b/arch/powerpc/boot/dts/pcm032.dts
> index 85d857a..e175e2c 100644
> --- a/arch/powerpc/boot/dts/pcm032.dts
> +++ b/arch/powerpc/boot/dts/pcm032.dts
> @@ -257,8 +257,9 @@
> reg = <0x51>;
> };
> eeprom at 52 {
> - compatible = "at24,24c32";
> + compatible = "catalyst,24c32";
> reg = <0x52>;
> + pagesize = <32>;
> };
> };
>
> --
> 1.7.2.3
>
More information about the devicetree-discuss
mailing list