[PATCH 3/4] arm64: dts: add Rockchip rk3368 core dtsi and board dts for the r88 board
From: mark.rutland@arm.com (Mark Rutland)
Date: 2015-06-26 09:34:01
Also in:
linux-devicetree, linux-rockchip
From: mark.rutland@arm.com (Mark Rutland)
Date: 2015-06-26 09:34:01
Also in:
linux-devicetree, linux-rockchip
[...]
+ memory {
+ reg = <0x0 0x0 0x0 0x40000000>;
+ };This needs device_type = "memory", no? I guess the bootloader is overriding this anyway? Otherwise this looked fine to me. Thanks, Mark.