The Renesas R-Car Starter Kit Premier (H3ULCB) development board is equipped with an r8j7795 SiP with 4 GiB of RAM. Hence migrate from r8a7795.dtsi to r8j7795-4x1g.dtsi. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- Questions: - Should this file be renamed to r8j7795-h3ulcb.dts? --- arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts | 27 +++----------------------- 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts b/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts index 3574965e074718d8..fe7eca39490eb1a2 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts +++ b/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts @@ -10,13 +10,13 @@ */ /dts-v1/; -#include "r8a7795.dtsi" +#include "r8j7795-4x1g.dtsi" #include <dt-bindings/gpio/gpio.h> #include <dt-bindings/input/input.h> / { - model = "Renesas H3ULCB board based on r8a7795"; - compatible = "renesas,h3ulcb", "renesas,r8a7795"; + model = "Renesas H3ULCB board based on r8j7795"; + compatible = "renesas,h3ulcb", "renesas,r8j7795", "renesas,r8a7795"; aliases { serial0 = &scif2; @@ -27,27 +27,6 @@ stdout-path = "serial0:115200n8"; }; - memory@48000000 { - device_type = "memory"; - /* first 128MB is reserved for secure area. */ - reg = <0x0 0x48000000 0x0 0x38000000>; - }; - - memory@500000000 { - device_type = "memory"; - reg = <0x5 0x00000000 0x0 0x40000000>; - }; - - memory@600000000 { - device_type = "memory"; - reg = <0x6 0x00000000 0x0 0x40000000>; - }; - - memory@700000000 { - device_type = "memory"; - reg = <0x7 0x00000000 0x0 0x40000000>; - }; - leds { compatible = "gpio-leds"; -- 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