public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Vagrant Cascadian <vagrant@debian.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/3] dts: rk3288: remove node in dmc which not need anymore
Date: Wed, 05 Oct 2016 17:28:45 -0700	[thread overview]
Message-ID: <87mvii1fsy.fsf@aikidev.net> (raw)
In-Reply-To: <1474342101-21766-4-git-send-email-kever.yang@rock-chips.com>

On 2016-09-19, Kever Yang wrote:
> Since we implement the dram capacity auto detect, we don't
> need to set the channel number and sdram-channel in dts.
>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>

Tested on firefly-rk3288, 2GB and 4GB ram board variants, using u-boot
2016.11-rc1.

Tested-by: Vagrant Cascadian <vagrant@debian.org>

> ---
>
> Changes in v2: None
>
>  arch/arm/dts/rk3288-evb.dts          | 3 ---
>  arch/arm/dts/rk3288-fennec.dts       | 3 ---
>  arch/arm/dts/rk3288-firefly.dts      | 2 --
>  arch/arm/dts/rk3288-miniarm.dts      | 3 ---
>  arch/arm/dts/rk3288-popmetal.dts     | 3 ---
>  arch/arm/dts/rk3288-rock2-square.dts | 2 --
>  arch/arm/dts/rk3288-veyron.dtsi      | 2 --
>  7 files changed, 18 deletions(-)
>
> diff --git a/arch/arm/dts/rk3288-evb.dts b/arch/arm/dts/rk3288-evb.dts
> index 3e1ee58..3f03e13 100644
> --- a/arch/arm/dts/rk3288-evb.dts
> +++ b/arch/arm/dts/rk3288-evb.dts
> @@ -17,7 +17,6 @@
>  };
>  
>  &dmc {
> -	rockchip,num-channels = <2>;
>  	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
> @@ -25,8 +24,6 @@
>  		0x8 0x1f4>;
>  	rockchip,phy-timing = <0x48d7dd93 0x187008d8 0x121076
>  		0x0 0xc3 0x6 0x2>;
> -	/* Add a dummy value to cause of-platdata think this is bytes */
> -	rockchip,sdram-channel = /bits/ 8 <0x2 0xa 0x3 0x2 0x2 0x0 0xe 0xe 0xff>;
>  	rockchip,sdram-params = <0x20d266a4 0x5b6 2 533000000 6 9 0>;
>  };
>  
> diff --git a/arch/arm/dts/rk3288-fennec.dts b/arch/arm/dts/rk3288-fennec.dts
> index 36e9f3d..66ddf8d 100644
> --- a/arch/arm/dts/rk3288-fennec.dts
> +++ b/arch/arm/dts/rk3288-fennec.dts
> @@ -17,7 +17,6 @@
>  };
>  
>  &dmc {
> -	rockchip,num-channels = <2>;
>  	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
> @@ -25,8 +24,6 @@
>  		0x8 0x1f4>;
>  	rockchip,phy-timing = <0x48d7dd93 0x187008d8 0x121076
>  		0x0 0xc3 0x6 0x2>;
> -	/* Add a dummy value to cause of-platdata think this is bytes */
> -	rockchip,sdram-channel = /bits/ 8 <0x2 0xa 0x3 0x2 0x2 0x0 0xe 0xe 0xff>;
>  	rockchip,sdram-params = <0x20d266a4 0x5b6 2 533000000 6 9 0>;
>  };
>  
> diff --git a/arch/arm/dts/rk3288-firefly.dts b/arch/arm/dts/rk3288-firefly.dts
> index 3176d50..97568a3 100644
> --- a/arch/arm/dts/rk3288-firefly.dts
> +++ b/arch/arm/dts/rk3288-firefly.dts
> @@ -22,7 +22,6 @@
>  };
>  
>  &dmc {
> -	rockchip,num-channels = <2>;
>  	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
> @@ -31,7 +30,6 @@
>  	rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200
>  		0xa60 0x40 0x10 0x0>;
>  	/* Add a dummy value to cause of-platdata think this is bytes */
> -	rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xf 0xf 0xff>;
>  	rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>;
>  };
>  
> diff --git a/arch/arm/dts/rk3288-miniarm.dts b/arch/arm/dts/rk3288-miniarm.dts
> index c741082..9083028 100644
> --- a/arch/arm/dts/rk3288-miniarm.dts
> +++ b/arch/arm/dts/rk3288-miniarm.dts
> @@ -17,7 +17,6 @@
>  };
>  
>  &dmc {
> -	rockchip,num-channels = <2>;
>  	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
> @@ -25,8 +24,6 @@
>  		0x5 0x0>;
>  	rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200
>  		0xa60 0x40 0x10 0x0>;
> -	/* Add a dummy value to cause of-platdata think this is bytes */
> -	rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xf 0xf 0xff>;
>  	rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>;
>  };
>  
> diff --git a/arch/arm/dts/rk3288-popmetal.dts b/arch/arm/dts/rk3288-popmetal.dts
> index 3f61a61..284d5ed 100644
> --- a/arch/arm/dts/rk3288-popmetal.dts
> +++ b/arch/arm/dts/rk3288-popmetal.dts
> @@ -17,7 +17,6 @@
>  };
>  
>  &dmc {
> -	rockchip,num-channels = <2>;
>  	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
> @@ -25,8 +24,6 @@
>  		0x5 0x0>;
>  	rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200
>  		0xa60 0x40 0x10 0x0>;
> -	/* Add a dummy value to cause of-platdata think this is bytes */
> -	rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xf 0xf 0xff>;
>  	rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>;
>  };
>  
> diff --git a/arch/arm/dts/rk3288-rock2-square.dts b/arch/arm/dts/rk3288-rock2-square.dts
> index 2c30355..11c580a 100644
> --- a/arch/arm/dts/rk3288-rock2-square.dts
> +++ b/arch/arm/dts/rk3288-rock2-square.dts
> @@ -184,7 +184,6 @@
>  };
>  
>  &dmc {
> -	rockchip,num-channels = <2>;
>  	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
> @@ -192,7 +191,6 @@
>  		0x5 0x0>;
>  	rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200
>  		0xa60 0x40 0x10 0x0>;
> -	rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xf 0xf 0xff>;
>  	rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>;
>  };
>  
> diff --git a/arch/arm/dts/rk3288-veyron.dtsi b/arch/arm/dts/rk3288-veyron.dtsi
> index d9d5187..2ffe39c 100644
> --- a/arch/arm/dts/rk3288-veyron.dtsi
> +++ b/arch/arm/dts/rk3288-veyron.dtsi
> @@ -245,7 +245,6 @@
>  		533000 1150000
>  		666000 1200000
>  	>;
> -	rockchip,num-channels = <2>;
>  	rockchip,pctl-timing = <0x29a 0xc8 0x1f4 0x42 0x4e 0x4 0xea 0xa
>  		0x5 0x0 0xa 0x7 0x19 0x24 0xa 0x7
>  		0x5 0xa 0x5 0x200 0x5 0x10 0x40 0x0
> @@ -253,7 +252,6 @@
>  		0x5 0x0>;
>  	rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200
>  		0xa60 0x40 0x10 0x0>;
> -	rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xf 0xf 0xff>;
>  	rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>;
>  };
>  
> -- 
> 1.9.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 800 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161005/39510e94/attachment.sig>

  parent reply	other threads:[~2016-10-06  0:28 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-20  3:28 [U-Boot] [PATCH v2 0/3] Add sdram capacity auto detect for rk3288 Kever Yang
2016-09-20  3:28 ` [U-Boot] [PATCH v2 1/3] rk3288: config change for enable dram capacity auto-detect Kever Yang
2016-09-20 13:21   ` Sandy Patterson
2016-09-21  3:00     ` Kever Yang
2016-09-21 11:53       ` Sandy Patterson
2016-09-22  2:10         ` Kever Yang
2016-09-20  3:28 ` [U-Boot] [PATCH v2 2/3] rk3288: sdram: auto-detect the capacity Kever Yang
2016-09-23  2:53   ` Simon Glass
2016-10-07  9:14     ` Kever Yang
2016-10-06  0:28   ` Vagrant Cascadian
2016-09-20  3:28 ` [U-Boot] [PATCH v2 3/3] dts: rk3288: remove node in dmc which not need anymore Kever Yang
2016-09-23  2:58   ` Simon Glass
2016-10-06  0:28   ` Vagrant Cascadian [this message]
2016-09-20 15:04 ` [U-Boot] [PATCH v2 0/3] Add sdram capacity auto detect for rk3288 Sandy Patterson
2016-09-21  2:56   ` Kever Yang
2016-09-21 12:41     ` Sandy Patterson
2016-09-22  2:15       ` Kever Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mvii1fsy.fsf@aikidev.net \
    --to=vagrant@debian.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox