Commit 9a8665ab authored by Maciej Purski's avatar Maciej Purski Committed by Krzysztof Kozlowski

ARM: dts: exynos: Add soc node to exynos4210

Soc nodes are used in other exynos DTS. Exynos4210 boards should use
them as well.
Signed-off-by: default avatarMaciej Purski <m.purski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 73a901d0
...@@ -60,6 +60,7 @@ cpu@901 { ...@@ -60,6 +60,7 @@ cpu@901 {
}; };
}; };
soc: soc {
sysram: sysram@2020000 { sysram: sysram@2020000 {
compatible = "mmio-sram"; compatible = "mmio-sram";
reg = <0x02020000 0x20000>; reg = <0x02020000 0x20000>;
...@@ -106,7 +107,8 @@ mct_map: mct-map { ...@@ -106,7 +107,8 @@ mct_map: mct-map {
#interrupt-cells = <1>; #interrupt-cells = <1>;
#address-cells = <0>; #address-cells = <0>;
#size-cells = <0>; #size-cells = <0>;
interrupt-map = <0 &gic 0 57 IRQ_TYPE_LEVEL_HIGH>, interrupt-map =
<0 &gic 0 57 IRQ_TYPE_LEVEL_HIGH>,
<1 &gic 0 69 IRQ_TYPE_LEVEL_HIGH>, <1 &gic 0 69 IRQ_TYPE_LEVEL_HIGH>,
<2 &combiner 12 6>, <2 &combiner 12 6>,
<3 &combiner 12 7>, <3 &combiner 12 7>,
...@@ -152,26 +154,6 @@ pinctrl_2: pinctrl@3860000 { ...@@ -152,26 +154,6 @@ pinctrl_2: pinctrl@3860000 {
reg = <0x03860000 0x1000>; reg = <0x03860000 0x1000>;
}; };
thermal-zones {
cpu_thermal: cpu-thermal {
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tmu 0>;
trips {
cpu_alert0: cpu-alert-0 {
temperature = <85000>; /* millicelsius */
};
cpu_alert1: cpu-alert-1 {
temperature = <100000>; /* millicelsius */
};
cpu_alert2: cpu-alert-2 {
temperature = <110000>; /* millicelsius */
};
};
};
};
g2d: g2d@12800000 { g2d: g2d@12800000 {
compatible = "samsung,s5pv210-g2d"; compatible = "samsung,s5pv210-g2d";
reg = <0x12800000 0x1000>; reg = <0x12800000 0x1000>;
...@@ -370,6 +352,27 @@ opp-200000000 { ...@@ -370,6 +352,27 @@ opp-200000000 {
opp-hz = /bits/ 64 <200000000>; opp-hz = /bits/ 64 <200000000>;
}; };
}; };
};
thermal-zones {
cpu_thermal: cpu-thermal {
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tmu 0>;
trips {
cpu_alert0: cpu-alert-0 {
temperature = <85000>; /* millicelsius */
};
cpu_alert1: cpu-alert-1 {
temperature = <100000>; /* millicelsius */
};
cpu_alert2: cpu-alert-2 {
temperature = <110000>; /* millicelsius */
};
};
};
};
}; };
&gic { &gic {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment