The Renesas R-Car M3-W Salvator-X development board is equipped with an r8j7796 SiP with 4 GiB of RAM. Hence migrate from r8a7796.dtsi to r8j7796-2x2g.dtsi. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- Questions: - Should this file be renamed to r8j7796-salvator-x.dts? --- arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts index 7f0ac6a9d49b8da6..26f5ff938bd2728d 100644 --- a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts +++ b/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts @@ -9,12 +9,12 @@ */ /dts-v1/; -#include "r8a7796.dtsi" +#include "r8j7796-2x2g.dtsi" #include <dt-bindings/gpio/gpio.h> / { - model = "Renesas Salvator-X board based on r8a7796"; - compatible = "renesas,salvator-x", "renesas,r8a7796"; + model = "Renesas Salvator-X board based on r8j7796"; + compatible = "renesas,salvator-x", "renesas,r8j7796", "renesas,r8a7796"; aliases { serial0 = &scif2; @@ -27,17 +27,6 @@ stdout-path = "serial0:115200n8"; }; - memory@48000000 { - device_type = "memory"; - /* first 128MB is reserved for secure area. */ - reg = <0x0 0x48000000 0x0 0x78000000>; - }; - - memory@600000000 { - device_type = "memory"; - reg = <0x6 0x00000000 0x0 0x80000000>; - }; - reg_1p8v: regulator0 { compatible = "regulator-fixed"; regulator-name = "fixed-1.8V"; -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html