Message ID | 1479182509-23919-1-git-send-email-jacob2.chen@rock-chips.com |
---|---|
State | Accepted |
Commit | a8830a124780a36cb32c612c21503cd28e1ce7b3 |
Delegated to: | Simon Glass |
Headers | show |
On 14 November 2016 at 21:01, Jacob Chen <jacob2.chen@rock-chips.com> wrote: > miniarm board use lpddr3 > > Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com> > --- > > arch/arm/dts/rk3288-miniarm.dts | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) Acked-by: Simon Glass <sjg@chromium.org>
2016-11-18 9:13 GMT+08:00 Simon Glass <sjg@chromium.org>: > On 14 November 2016 at 21:01, Jacob Chen <jacob2.chen@rock-chips.com> wrote: >> miniarm board use lpddr3 >> >> Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com> >> --- >> >> arch/arm/dts/rk3288-miniarm.dts | 16 ++++++++-------- >> 1 file changed, 8 insertions(+), 8 deletions(-) > > Acked-by: Simon Glass <sjg@chromium.org> > _______________________________________________ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot Hi, Sorry for sending patch in disorder. It seems this patch have been ignored.
On 10 January 2017 at 06:44, Jacob Chen <jacobchen110@gmail.com> wrote: > > 2016-11-18 9:13 GMT+08:00 Simon Glass <sjg@chromium.org>: > > On 14 November 2016 at 21:01, Jacob Chen <jacob2.chen@rock-chips.com> wrote: > >> miniarm board use lpddr3 > >> > >> Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com> > >> --- > >> > >> arch/arm/dts/rk3288-miniarm.dts | 16 ++++++++-------- > >> 1 file changed, 8 insertions(+), 8 deletions(-) > > > > Acked-by: Simon Glass <sjg@chromium.org> > > _______________________________________________ > > U-Boot mailing list > > U-Boot@lists.denx.de > > http://lists.denx.de/mailman/listinfo/u-boot > > > Hi, > > Sorry for sending patch in disorder. It seems this patch have been ignored. Yes I marked it superseded. It looks like I was confused by your patch series. See http://patchwork.ozlabs.org/project/uboot/list/?submitter=69649&state=*&q=&archive=both&delegate= It looks like you sent a v2 series, but left out this patch and I didn't notice. Anyway: Applied to u-boot-rockchip, thanks!
diff --git a/arch/arm/dts/rk3288-miniarm.dts b/arch/arm/dts/rk3288-miniarm.dts index 9083028..3dd40e6 100644 --- a/arch/arm/dts/rk3288-miniarm.dts +++ b/arch/arm/dts/rk3288-miniarm.dts @@ -17,14 +17,14 @@ }; &dmc { - rockchip,pctl-timing = <0x29a 0xc8 0x1f8 0x42 0x4e 0x4 0xea 0xa - 0x5 0x0 0xa 0x7 0x19 0x24 0xa 0x7 - 0x5 0xa 0x5 0x200 0x5 0x10 0x40 0x0 - 0x1 0x7 0x7 0x4 0xc 0x43 0x100 0x0 - 0x5 0x0>; - rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200 - 0xa60 0x40 0x10 0x0>; - rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>; + rockchip,pctl-timing = <0x215 0xc8 0x0 0x35 0x26 0x2 0x70 0x2000d + 0x6 0x0 0x8 0x4 0x17 0x24 0xd 0x6 + 0x4 0x8 0x4 0x76 0x4 0x0 0x30 0x0 + 0x1 0x2 0x2 0x4 0x0 0x0 0xc0 0x4 + 0x8 0x1f4>; + rockchip,phy-timing = <0x48d7dd93 0x187008d8 0x121076 + 0x0 0xc3 0x6 0x2>; + rockchip,sdram-params = <0x20d266a4 0x5b6 2 533000000 6 9 0>; };
miniarm board use lpddr3 Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com> --- arch/arm/dts/rk3288-miniarm.dts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)