diff options
author | Heiko Stuebner <heiko@sntech.de> | 2016-03-30 17:33:24 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-04-07 01:30:33 +0200 |
commit | fbf15046f12d6c8d5821c0dc5bf3ffc55a132243 (patch) | |
tree | b7af65297d02b7f342d301ac9c9a6ac352d71401 /arch/arm/boot/dts/rk3036.dtsi | |
parent | ARM: dts: rockchip: enable the eDP on rk3288 veyron devices (diff) | |
download | linux-fbf15046f12d6c8d5821c0dc5bf3ffc55a132243.tar.xz linux-fbf15046f12d6c8d5821c0dc5bf3ffc55a132243.zip |
ARM: dts: rockchip: move rk3036 memory definition to board files
The amount of available memory is clearly a board-specific value, so
the core per-soc dtsi should not define a default of any sort.
Therefore move the memory-nodes to the two board files.
Also fix the amount of memory on Kylin (512MB instead of 1GB).
While in most cases the bootloader will override this with the
actual amount of memory, there is no need to keep known wrong values
in the board-dts.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3036.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3036.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi index fa6b5cf31aa7..843d2be2e4e9 100644 --- a/arch/arm/boot/dts/rk3036.dtsi +++ b/arch/arm/boot/dts/rk3036.dtsi @@ -63,11 +63,6 @@ spi = &spi; }; - memory { - device_type = "memory"; - reg = <0x60000000 0x40000000>; - }; - cpus { #address-cells = <1>; #size-cells = <0>; |