projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e58b8f
)
ARM: dts: AM4372: cpu(s) node per latest binding
author
Afzal Mohammed
<afzal@ti.com>
Fri, 2 Aug 2013 13:46:13 +0000
(19:16 +0530)
committer
Benoit Cousson
<bcousson@baylibre.com>
Tue, 8 Oct 2013 15:51:41 +0000
(17:51 +0200)
Update AM4372 cpu node to the latest cpus/cpu bindings for ARM.
Signed-off-by: Afzal Mohammed <afzal@ti.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/am4372.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/am4372.dtsi
b/arch/arm/boot/dts/am4372.dtsi
index ddc1df77ac5261b5f5a6f4bcc84f69eb2c30dc0c..4635e7f3d1293d59777ebee170f5a01c73f6e0bd 100644
(file)
--- a/
arch/arm/boot/dts/am4372.dtsi
+++ b/
arch/arm/boot/dts/am4372.dtsi
@@
-22,8
+22,12
@@
};
cpus {
+ #address-cells = <1>;
+ #size-cells = <0>;
cpu@0 {
compatible = "arm,cortex-a9";
+ device_type = "cpu";
+ reg = <0>;
};
};