Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1328119
| From | Jon Mason <jonmason@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/5] ARM: dts: NSP: Fix CPU DT issue |
| Date | 2016-02-06 00:00 +0100 |
| Message-ID | <qYXw6-6sJ-15@gated-at.bofh.it> (permalink) |
| References | <qYXw5-6sJ-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
There is a double definition of the CPUs present in the device tree.
Remove unnecessary cpu device tree definition.
Signed-off-by: Jon Mason <jonmason@broadcom.com>
---
arch/arm/boot/dts/bcm-nsp.dtsi | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
index c5b0c09c..c37778e 100644
--- a/arch/arm/boot/dts/bcm-nsp.dtsi
+++ b/arch/arm/boot/dts/bcm-nsp.dtsi
@@ -68,18 +68,6 @@
#address-cells = <1>;
#size-cells = <1>;
- cpus {
- #address-cells = <1>;
- #size-cells = <0>;
-
- cpu@0 {
- device_type = "cpu";
- compatible = "arm,cortex-a9";
- next-level-cache = <&L2>;
- reg = <0x0>;
- };
- };
-
a9pll: arm_clk@00000 {
#clock-cells = <0>;
compatible = "brcm,nsp-armpll";
--
1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 2/5] ARM: dts: NSP: Fix CPU DT issue Jon Mason <jonmason@broadcom.com> - 2016-02-06 00:00 +0100
csiph-web