mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-05 22:12:57 -05:00
ARM: dts: r8a7790: Add SYSC PM Domains
Add a device node for the System Controller. Hook up the Cortex-A15 and Cortex-A7 CPU cores and L2 caches/SCUs to their respective PM Domains. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
committed by
Simon Horman
parent
b2df3aa487
commit
4c8eb3c889
@@ -13,6 +13,7 @@
|
||||
#include <dt-bindings/clock/r8a7790-clock.h>
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
#include <dt-bindings/power/r8a7790-sysc.h>
|
||||
|
||||
/ {
|
||||
compatible = "renesas,r8a7790";
|
||||
@@ -52,6 +53,7 @@ cpu0: cpu@0 {
|
||||
voltage-tolerance = <1>; /* 1% */
|
||||
clocks = <&cpg_clocks R8A7790_CLK_Z>;
|
||||
clock-latency = <300000>; /* 300 us */
|
||||
power-domains = <&sysc R8A7790_PD_CA15_CPU0>;
|
||||
next-level-cache = <&L2_CA15>;
|
||||
|
||||
/* kHz - uV - OPPs unknown yet */
|
||||
@@ -68,6 +70,7 @@ cpu1: cpu@1 {
|
||||
compatible = "arm,cortex-a15";
|
||||
reg = <1>;
|
||||
clock-frequency = <1300000000>;
|
||||
power-domains = <&sysc R8A7790_PD_CA15_CPU1>;
|
||||
next-level-cache = <&L2_CA15>;
|
||||
};
|
||||
|
||||
@@ -76,6 +79,7 @@ cpu2: cpu@2 {
|
||||
compatible = "arm,cortex-a15";
|
||||
reg = <2>;
|
||||
clock-frequency = <1300000000>;
|
||||
power-domains = <&sysc R8A7790_PD_CA15_CPU2>;
|
||||
next-level-cache = <&L2_CA15>;
|
||||
};
|
||||
|
||||
@@ -84,6 +88,7 @@ cpu3: cpu@3 {
|
||||
compatible = "arm,cortex-a15";
|
||||
reg = <3>;
|
||||
clock-frequency = <1300000000>;
|
||||
power-domains = <&sysc R8A7790_PD_CA15_CPU3>;
|
||||
next-level-cache = <&L2_CA15>;
|
||||
};
|
||||
|
||||
@@ -92,6 +97,7 @@ cpu4: cpu@4 {
|
||||
compatible = "arm,cortex-a7";
|
||||
reg = <0x100>;
|
||||
clock-frequency = <780000000>;
|
||||
power-domains = <&sysc R8A7790_PD_CA7_CPU0>;
|
||||
next-level-cache = <&L2_CA7>;
|
||||
};
|
||||
|
||||
@@ -100,6 +106,7 @@ cpu5: cpu@5 {
|
||||
compatible = "arm,cortex-a7";
|
||||
reg = <0x101>;
|
||||
clock-frequency = <780000000>;
|
||||
power-domains = <&sysc R8A7790_PD_CA7_CPU1>;
|
||||
next-level-cache = <&L2_CA7>;
|
||||
};
|
||||
|
||||
@@ -108,6 +115,7 @@ cpu6: cpu@6 {
|
||||
compatible = "arm,cortex-a7";
|
||||
reg = <0x102>;
|
||||
clock-frequency = <780000000>;
|
||||
power-domains = <&sysc R8A7790_PD_CA7_CPU2>;
|
||||
next-level-cache = <&L2_CA7>;
|
||||
};
|
||||
|
||||
@@ -116,6 +124,7 @@ cpu7: cpu@7 {
|
||||
compatible = "arm,cortex-a7";
|
||||
reg = <0x103>;
|
||||
clock-frequency = <780000000>;
|
||||
power-domains = <&sysc R8A7790_PD_CA7_CPU3>;
|
||||
next-level-cache = <&L2_CA7>;
|
||||
};
|
||||
};
|
||||
@@ -141,12 +150,14 @@ cooling-maps {
|
||||
|
||||
L2_CA15: cache-controller@0 {
|
||||
compatible = "cache";
|
||||
power-domains = <&sysc R8A7790_PD_CA15_SCU>;
|
||||
cache-unified;
|
||||
cache-level = <2>;
|
||||
};
|
||||
|
||||
L2_CA7: cache-controller@1 {
|
||||
compatible = "cache";
|
||||
power-domains = <&sysc R8A7790_PD_CA7_SCU>;
|
||||
cache-unified;
|
||||
cache-level = <2>;
|
||||
};
|
||||
@@ -1450,6 +1461,12 @@ R8A7790_CLK_SCU_SRC4 R8A7790_CLK_SCU_SRC3 R8A7790_CLK_SCU_SRC2 R8A7790_CLK_SCU_S
|
||||
};
|
||||
};
|
||||
|
||||
sysc: system-controller@e6180000 {
|
||||
compatible = "renesas,r8a7790-sysc";
|
||||
reg = <0 0xe6180000 0 0x0200>;
|
||||
#power-domain-cells = <1>;
|
||||
};
|
||||
|
||||
qspi: spi@e6b10000 {
|
||||
compatible = "renesas,qspi-r8a7790", "renesas,qspi";
|
||||
reg = <0 0xe6b10000 0 0x2c>;
|
||||
|
||||
Reference in New Issue
Block a user