mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ARM: dts: rockchip: rk3506-evb1: move reserved-memory to rk3506.dtsi
Change-Id: If5baafb607129d42d5c0f7c82a86215651fe98de Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
@@ -164,35 +164,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
|
||||
cma: linux,cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x800000>;
|
||||
linux,cma-default;
|
||||
};
|
||||
|
||||
drm_logo: drm-logo@0 {
|
||||
compatible = "rockchip,drm-logo";
|
||||
reg = <0x0 0x0>;
|
||||
};
|
||||
|
||||
ramoops: ramoops@880000 {
|
||||
compatible = "ramoops";
|
||||
reg = <0x880000 0x80000>;
|
||||
boot-log-size = <0x10000>; /* do not change */
|
||||
boot-log-count = <0x1>; /* do not change */
|
||||
console-size = <0x70000>;
|
||||
pmsg-size = <0x0>;
|
||||
ftrace-size = <0x0>;
|
||||
record-size = <0x0>;
|
||||
};
|
||||
};
|
||||
|
||||
vcc12v_dc: vcc12v-dc {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vcc12v_dc";
|
||||
@@ -300,6 +271,10 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&cma {
|
||||
size = <0x800000>;
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
cpu-supply = <&vdd_arm>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user