mirror of https://gitee.com/openkylin/linux.git
ARMv8 Juno DT fixes for v4.12
1. Couple of fixes to remove device tree warnings introduced with recently added checks in DTC 2. Add information about L1 and L2 caches to Juno device trees as CCSIDR-based cacheinfo probing is now removed -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCAAGBQJY95CUAAoJEABBurwxfuKYiREP/1SKsiZsRsaX9EfnIT+5GtLO 8K0UT4lDZz/co6OHPODWFhwiFAeuLALQ5WCX1qTippF/HrPs5xNFK7x1Qxku46Hj dEr++8S4QHBg0CevxBK5RvmiAc3V+xzCt98b5sVWuvXYRUR3rLQMeT1bm23ms76D 96oFFMuJ0JzsVsYypiLw1GVwoH+rLVfyuevnknNqnIhJ+FPuGgREh16+FqzCL6RT KrpJiRcA2ZAlge7krQxvP2zRv3Q3hkSu5O2ORFbNFc7EybszZUaIolBQ6+KJW9Ol NPVu6plUibmJeki4GY7iyyx0MTyK0Dg1WbDHj8Ag7Z3up2OVdcFWz4/lpvNtQIq5 /4BFK7XJyrk7SJphWI4UePjCK+6oU/WA6AeB5ZI1X8BLHgbK7I1YYYWN/qL94MEZ 0pyVfOuBsF5yodyoXbt47MSa1UbvaRPEFbzvyywXPR97MZza+JHlmw4Kgg+paB9k n93X7Kd693bRBQwaqjeLuXCyYK/6jZWzJAJx/uN7i+pL6NceR0w/9VMYU9G9WXj2 qrLsCqx6AAjqYQho2iVcfBAIVjwP50GKb+/0pcb3i8Lo/gtNX+lSXqWgA3lKRPCH x43PerYGh49STAfMk4VR+WC95bpiohk6JUpk3kJ2WLy9v86EJ9usnX1wflL1wW5f V/KNxYcnjuOZLRXiFt4u =5Rho -----END PGP SIGNATURE----- Merge tag 'juno-fixes-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/dt64 Pull "ARMv8 Juno DT fixes for v4.12" from Sudeep Holla: 1. Couple of fixes to remove device tree warnings introduced with recently added checks in DTC 2. Add information about L1 and L2 caches to Juno device trees as CCSIDR-based cacheinfo probing is now removed * tag 'juno-fixes-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux: arm64: dts: juno: add information about L1 and L2 caches arm64: dts: juno: fix few unit address format warnings arm64: dts: juno: fix PCI bus dtc warnings
This commit is contained in:
commit
ae706bebd6
|
@ -428,7 +428,7 @@ cpu_scp_hpri: scp-shmem@200 {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pcie_ctlr: pcie-controller@40000000 {
|
pcie_ctlr: pcie@40000000 {
|
||||||
compatible = "arm,juno-r1-pcie", "plda,xpressrich3-axi", "pci-host-ecam-generic";
|
compatible = "arm,juno-r1-pcie", "plda,xpressrich3-axi", "pci-host-ecam-generic";
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
reg = <0 0x40000000 0 0x10000000>; /* ECAM config space */
|
reg = <0 0x40000000 0 0x10000000>; /* ECAM config space */
|
||||||
|
@ -699,7 +699,7 @@ memory@80000000 {
|
||||||
<0x00000008 0x80000000 0x1 0x80000000>;
|
<0x00000008 0x80000000 0x1 0x80000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
smb@08000000 {
|
smb@8000000 {
|
||||||
compatible = "simple-bus";
|
compatible = "simple-bus";
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
|
@ -137,7 +137,7 @@ iofpga@3,00000000 {
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges = <0 3 0 0x200000>;
|
ranges = <0 3 0 0x200000>;
|
||||||
|
|
||||||
v2m_sysctl: sysctl@020000 {
|
v2m_sysctl: sysctl@20000 {
|
||||||
compatible = "arm,sp810", "arm,primecell";
|
compatible = "arm,sp810", "arm,primecell";
|
||||||
reg = <0x020000 0x1000>;
|
reg = <0x020000 0x1000>;
|
||||||
clocks = <&v2m_refclk32khz>, <&v2m_refclk1mhz>, <&mb_clk24mhz>;
|
clocks = <&v2m_refclk32khz>, <&v2m_refclk1mhz>, <&mb_clk24mhz>;
|
||||||
|
@ -148,7 +148,7 @@ v2m_sysctl: sysctl@020000 {
|
||||||
assigned-clock-parents = <&v2m_refclk1mhz>, <&v2m_refclk1mhz>, <&v2m_refclk1mhz>, <&v2m_refclk1mhz>;
|
assigned-clock-parents = <&v2m_refclk1mhz>, <&v2m_refclk1mhz>, <&v2m_refclk1mhz>, <&v2m_refclk1mhz>;
|
||||||
};
|
};
|
||||||
|
|
||||||
apbregs@010000 {
|
apbregs@10000 {
|
||||||
compatible = "syscon", "simple-mfd";
|
compatible = "syscon", "simple-mfd";
|
||||||
reg = <0x010000 0x1000>;
|
reg = <0x010000 0x1000>;
|
||||||
|
|
||||||
|
@ -216,7 +216,7 @@ led7 {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
mmci@050000 {
|
mmci@50000 {
|
||||||
compatible = "arm,pl180", "arm,primecell";
|
compatible = "arm,pl180", "arm,primecell";
|
||||||
reg = <0x050000 0x1000>;
|
reg = <0x050000 0x1000>;
|
||||||
interrupts = <5>;
|
interrupts = <5>;
|
||||||
|
@ -228,7 +228,7 @@ mmci@050000 {
|
||||||
clock-names = "mclk", "apb_pclk";
|
clock-names = "mclk", "apb_pclk";
|
||||||
};
|
};
|
||||||
|
|
||||||
kmi@060000 {
|
kmi@60000 {
|
||||||
compatible = "arm,pl050", "arm,primecell";
|
compatible = "arm,pl050", "arm,primecell";
|
||||||
reg = <0x060000 0x1000>;
|
reg = <0x060000 0x1000>;
|
||||||
interrupts = <8>;
|
interrupts = <8>;
|
||||||
|
@ -236,7 +236,7 @@ kmi@060000 {
|
||||||
clock-names = "KMIREFCLK", "apb_pclk";
|
clock-names = "KMIREFCLK", "apb_pclk";
|
||||||
};
|
};
|
||||||
|
|
||||||
kmi@070000 {
|
kmi@70000 {
|
||||||
compatible = "arm,pl050", "arm,primecell";
|
compatible = "arm,pl050", "arm,primecell";
|
||||||
reg = <0x070000 0x1000>;
|
reg = <0x070000 0x1000>;
|
||||||
interrupts = <8>;
|
interrupts = <8>;
|
||||||
|
@ -244,7 +244,7 @@ kmi@070000 {
|
||||||
clock-names = "KMIREFCLK", "apb_pclk";
|
clock-names = "KMIREFCLK", "apb_pclk";
|
||||||
};
|
};
|
||||||
|
|
||||||
wdt@0f0000 {
|
wdt@f0000 {
|
||||||
compatible = "arm,sp805", "arm,primecell";
|
compatible = "arm,sp805", "arm,primecell";
|
||||||
reg = <0x0f0000 0x10000>;
|
reg = <0x0f0000 0x10000>;
|
||||||
interrupts = <7>;
|
interrupts = <7>;
|
||||||
|
|
|
@ -89,6 +89,12 @@ A57_0: cpu@0 {
|
||||||
reg = <0x0 0x0>;
|
reg = <0x0 0x0>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0xc000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <256>;
|
||||||
next-level-cache = <&A57_L2>;
|
next-level-cache = <&A57_L2>;
|
||||||
clocks = <&scpi_dvfs 0>;
|
clocks = <&scpi_dvfs 0>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -100,6 +106,12 @@ A57_1: cpu@1 {
|
||||||
reg = <0x0 0x1>;
|
reg = <0x0 0x1>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0xc000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <256>;
|
||||||
next-level-cache = <&A57_L2>;
|
next-level-cache = <&A57_L2>;
|
||||||
clocks = <&scpi_dvfs 0>;
|
clocks = <&scpi_dvfs 0>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -111,6 +123,12 @@ A53_0: cpu@100 {
|
||||||
reg = <0x0 0x100>;
|
reg = <0x0 0x100>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0x8000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <128>;
|
||||||
next-level-cache = <&A53_L2>;
|
next-level-cache = <&A53_L2>;
|
||||||
clocks = <&scpi_dvfs 1>;
|
clocks = <&scpi_dvfs 1>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -122,6 +140,12 @@ A53_1: cpu@101 {
|
||||||
reg = <0x0 0x101>;
|
reg = <0x0 0x101>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0x8000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <128>;
|
||||||
next-level-cache = <&A53_L2>;
|
next-level-cache = <&A53_L2>;
|
||||||
clocks = <&scpi_dvfs 1>;
|
clocks = <&scpi_dvfs 1>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -133,6 +157,12 @@ A53_2: cpu@102 {
|
||||||
reg = <0x0 0x102>;
|
reg = <0x0 0x102>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0x8000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <128>;
|
||||||
next-level-cache = <&A53_L2>;
|
next-level-cache = <&A53_L2>;
|
||||||
clocks = <&scpi_dvfs 1>;
|
clocks = <&scpi_dvfs 1>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -144,6 +174,12 @@ A53_3: cpu@103 {
|
||||||
reg = <0x0 0x103>;
|
reg = <0x0 0x103>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0x8000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <128>;
|
||||||
next-level-cache = <&A53_L2>;
|
next-level-cache = <&A53_L2>;
|
||||||
clocks = <&scpi_dvfs 1>;
|
clocks = <&scpi_dvfs 1>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -152,10 +188,16 @@ A53_3: cpu@103 {
|
||||||
|
|
||||||
A57_L2: l2-cache0 {
|
A57_L2: l2-cache0 {
|
||||||
compatible = "cache";
|
compatible = "cache";
|
||||||
|
cache-size = <0x200000>;
|
||||||
|
cache-line-size = <64>;
|
||||||
|
cache-sets = <2048>;
|
||||||
};
|
};
|
||||||
|
|
||||||
A53_L2: l2-cache1 {
|
A53_L2: l2-cache1 {
|
||||||
compatible = "cache";
|
compatible = "cache";
|
||||||
|
cache-size = <0x100000>;
|
||||||
|
cache-line-size = <64>;
|
||||||
|
cache-sets = <1024>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -89,6 +89,12 @@ A72_0: cpu@0 {
|
||||||
reg = <0x0 0x0>;
|
reg = <0x0 0x0>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0xc000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <256>;
|
||||||
next-level-cache = <&A72_L2>;
|
next-level-cache = <&A72_L2>;
|
||||||
clocks = <&scpi_dvfs 0>;
|
clocks = <&scpi_dvfs 0>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -100,6 +106,12 @@ A72_1: cpu@1 {
|
||||||
reg = <0x0 0x1>;
|
reg = <0x0 0x1>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0xc000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <256>;
|
||||||
next-level-cache = <&A72_L2>;
|
next-level-cache = <&A72_L2>;
|
||||||
clocks = <&scpi_dvfs 0>;
|
clocks = <&scpi_dvfs 0>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -111,6 +123,12 @@ A53_0: cpu@100 {
|
||||||
reg = <0x0 0x100>;
|
reg = <0x0 0x100>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0x8000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <128>;
|
||||||
next-level-cache = <&A53_L2>;
|
next-level-cache = <&A53_L2>;
|
||||||
clocks = <&scpi_dvfs 1>;
|
clocks = <&scpi_dvfs 1>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -122,6 +140,12 @@ A53_1: cpu@101 {
|
||||||
reg = <0x0 0x101>;
|
reg = <0x0 0x101>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0x8000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <128>;
|
||||||
next-level-cache = <&A53_L2>;
|
next-level-cache = <&A53_L2>;
|
||||||
clocks = <&scpi_dvfs 1>;
|
clocks = <&scpi_dvfs 1>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -133,6 +157,12 @@ A53_2: cpu@102 {
|
||||||
reg = <0x0 0x102>;
|
reg = <0x0 0x102>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0x8000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <128>;
|
||||||
next-level-cache = <&A53_L2>;
|
next-level-cache = <&A53_L2>;
|
||||||
clocks = <&scpi_dvfs 1>;
|
clocks = <&scpi_dvfs 1>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -144,6 +174,12 @@ A53_3: cpu@103 {
|
||||||
reg = <0x0 0x103>;
|
reg = <0x0 0x103>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0x8000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <128>;
|
||||||
next-level-cache = <&A53_L2>;
|
next-level-cache = <&A53_L2>;
|
||||||
clocks = <&scpi_dvfs 1>;
|
clocks = <&scpi_dvfs 1>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -152,10 +188,16 @@ A53_3: cpu@103 {
|
||||||
|
|
||||||
A72_L2: l2-cache0 {
|
A72_L2: l2-cache0 {
|
||||||
compatible = "cache";
|
compatible = "cache";
|
||||||
|
cache-size = <0x200000>;
|
||||||
|
cache-line-size = <64>;
|
||||||
|
cache-sets = <2048>;
|
||||||
};
|
};
|
||||||
|
|
||||||
A53_L2: l2-cache1 {
|
A53_L2: l2-cache1 {
|
||||||
compatible = "cache";
|
compatible = "cache";
|
||||||
|
cache-size = <0x100000>;
|
||||||
|
cache-line-size = <64>;
|
||||||
|
cache-sets = <1024>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -88,6 +88,12 @@ A57_0: cpu@0 {
|
||||||
reg = <0x0 0x0>;
|
reg = <0x0 0x0>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0xc000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <256>;
|
||||||
next-level-cache = <&A57_L2>;
|
next-level-cache = <&A57_L2>;
|
||||||
clocks = <&scpi_dvfs 0>;
|
clocks = <&scpi_dvfs 0>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -99,6 +105,12 @@ A57_1: cpu@1 {
|
||||||
reg = <0x0 0x1>;
|
reg = <0x0 0x1>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0xc000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <256>;
|
||||||
next-level-cache = <&A57_L2>;
|
next-level-cache = <&A57_L2>;
|
||||||
clocks = <&scpi_dvfs 0>;
|
clocks = <&scpi_dvfs 0>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -110,6 +122,12 @@ A53_0: cpu@100 {
|
||||||
reg = <0x0 0x100>;
|
reg = <0x0 0x100>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0x8000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <128>;
|
||||||
next-level-cache = <&A53_L2>;
|
next-level-cache = <&A53_L2>;
|
||||||
clocks = <&scpi_dvfs 1>;
|
clocks = <&scpi_dvfs 1>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -121,6 +139,12 @@ A53_1: cpu@101 {
|
||||||
reg = <0x0 0x101>;
|
reg = <0x0 0x101>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0x8000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <128>;
|
||||||
next-level-cache = <&A53_L2>;
|
next-level-cache = <&A53_L2>;
|
||||||
clocks = <&scpi_dvfs 1>;
|
clocks = <&scpi_dvfs 1>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -132,6 +156,12 @@ A53_2: cpu@102 {
|
||||||
reg = <0x0 0x102>;
|
reg = <0x0 0x102>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0x8000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <128>;
|
||||||
next-level-cache = <&A53_L2>;
|
next-level-cache = <&A53_L2>;
|
||||||
clocks = <&scpi_dvfs 1>;
|
clocks = <&scpi_dvfs 1>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -143,6 +173,12 @@ A53_3: cpu@103 {
|
||||||
reg = <0x0 0x103>;
|
reg = <0x0 0x103>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
|
i-cache-size = <0x8000>;
|
||||||
|
i-cache-line-size = <64>;
|
||||||
|
i-cache-sets = <256>;
|
||||||
|
d-cache-size = <0x8000>;
|
||||||
|
d-cache-line-size = <64>;
|
||||||
|
d-cache-sets = <128>;
|
||||||
next-level-cache = <&A53_L2>;
|
next-level-cache = <&A53_L2>;
|
||||||
clocks = <&scpi_dvfs 1>;
|
clocks = <&scpi_dvfs 1>;
|
||||||
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
|
||||||
|
@ -151,10 +187,16 @@ A53_3: cpu@103 {
|
||||||
|
|
||||||
A57_L2: l2-cache0 {
|
A57_L2: l2-cache0 {
|
||||||
compatible = "cache";
|
compatible = "cache";
|
||||||
|
cache-size = <0x200000>;
|
||||||
|
cache-line-size = <64>;
|
||||||
|
cache-sets = <2048>;
|
||||||
};
|
};
|
||||||
|
|
||||||
A53_L2: l2-cache1 {
|
A53_L2: l2-cache1 {
|
||||||
compatible = "cache";
|
compatible = "cache";
|
||||||
|
cache-size = <0x100000>;
|
||||||
|
cache-line-size = <64>;
|
||||||
|
cache-sets = <1024>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue