diff options
author | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-04-12 07:09:17 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-04-21 09:04:25 +0700 |
commit | 93e1b08e5c59a24b52cb21f2bc2534f69193eb83 (patch) | |
tree | 541dd51cd8bba34ef9f7705033415d923343205b | |
parent | 2f1825ea51179e3a7dbffead879a309d3b04494b (diff) |
rcar-gen3: machine: Update device tree names for H3
This commit updates device tree names for H3.
There are 3 device trees as below:
- renesas/r8a7795-salvator-xs.dtb: for R-Car H3 SiP
DDR 4GiB (1GiB x 4ch)
- renesas/r8a7795-salvator-xs-2x2g.dtb: for R-Car H3 SiP
DDR 4GiB (2GiB x 2ch)
- renesas/r8a7795-salvator-xs-4x2g.dtb: for R-Car H3 SiP
DDR 8GiB (4GiB x 2ch)
In Yv3.7.0, we will support R-Car H3 SiP DDR 8GiB by default.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r-- | meta-rcar-gen3/conf/machine/salvator-x.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-rcar-gen3/conf/machine/salvator-x.conf b/meta-rcar-gen3/conf/machine/salvator-x.conf index a7f3352..74bd180 100644 --- a/meta-rcar-gen3/conf/machine/salvator-x.conf +++ b/meta-rcar-gen3/conf/machine/salvator-x.conf @@ -34,6 +34,8 @@ KERNEL_DEVICETREE_r8a7795 = " \ renesas/r8a7795-es1-salvator-x.dtb \ renesas/r8a7795-salvator-x.dtb \ renesas/r8a7795-salvator-xs.dtb \ + renesas/r8a7795-salvator-xs-2x2g.dtb \ + renesas/r8a7795-salvator-xs-4x2g.dtb \ " # Device tree for M3 KERNEL_DEVICETREE_r8a7796 = " \ |