From 93e1b08e5c59a24b52cb21f2bc2534f69193eb83 Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Thu, 12 Apr 2018 07:09:17 +0700 Subject: 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 Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/conf/machine/salvator-x.conf | 2 ++ 1 file changed, 2 insertions(+) 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 = " \ -- cgit 1.2.3-korg