From: NeilBrown Date: Fri, 4 May 2018 04:58:36 +0000 (+1000) Subject: staging: mt7621-dts: update nor-flash info for gnubee1 X-Git-Tag: v4.18-rc1~83^2~283 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab56a0d0249aa188922fce032dafa33acbdd73b9;p=thirdparty%2Flinux.git staging: mt7621-dts: update nor-flash info for gnubee1 The GNUBEE has 32MB flash, so set partitions accordingly. Also remove "m25p,chunked-io" which isn't documented or used anywhere (outside of freewrt). Signed-off-by: NeilBrown Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/mt7621-dts/gbpc1.dts b/drivers/staging/mt7621-dts/gbpc1.dts index 515c7cbdd15e5..6b13d85d9d346 100644 --- a/drivers/staging/mt7621-dts/gbpc1.dts +++ b/drivers/staging/mt7621-dts/gbpc1.dts @@ -75,7 +75,6 @@ compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <10000000>; - m25p,chunked-io = <32>; partition@0 { label = "u-boot"; @@ -97,7 +96,7 @@ partition@50000 { label = "firmware"; - reg = <0x50000 0xFB0000>; + reg = <0x50000 0x1FB0000>; }; };