Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
90324ef4
Commit
90324ef4
authored
5 years ago
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "fdts: a5ds: cleanup enable-method in devicetree" into integration
parents
4d9a3758
ab3b00fb
master
v2.5
v2.5-rc1
v2.5-rc0
v2.4
v2.4-rc2
v2.4-rc1
v2.4-rc0
v2.3
v2.3-rc2
v2.3-rc1
v2.3-rc0
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fdts/a5ds.dts
+1
-4
fdts/a5ds.dts
with
1 addition
and
4 deletions
+1
-4
fdts/a5ds.dts
View file @
90324ef4
...
...
@@ -22,31 +22,28 @@
cpus
{
#
address
-
cells
=
<
1
>;
#
size
-
cells
=
<
0
>;
enable
-
method
=
"psci"
;
cpu
@
0
{
device_type
=
"cpu"
;
compatible
=
"arm,cortex-a5"
;
enable
-
method
=
"psci"
;
reg
=
<
0
>;
next
-
level
-
cache
=
<&
L2
>;
};
cpu
@
1
{
device_type
=
"cpu"
;
compatible
=
"arm,cortex-a5"
;
enable
-
method
=
"psci"
;
reg
=
<
1
>;
next
-
level
-
cache
=
<&
L2
>;
};
cpu
@
2
{
device_type
=
"cpu"
;
compatible
=
"arm,cortex-a5"
;
enable
-
method
=
"psci"
;
reg
=
<
2
>;
next
-
level
-
cache
=
<&
L2
>;
};
cpu
@
3
{
device_type
=
"cpu"
;
compatible
=
"arm,cortex-a5"
;
enable
-
method
=
"psci"
;
reg
=
<
3
>;
next
-
level
-
cache
=
<&
L2
>;
};
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help