diff options
Diffstat (limited to 'arch/arm/boot/dts/imx6dl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6dl.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index 5bcdf3a90bb3..62dc78126795 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.dtsi | |||
@@ -18,12 +18,14 @@ | |||
18 | 18 | ||
19 | cpu@0 { | 19 | cpu@0 { |
20 | compatible = "arm,cortex-a9"; | 20 | compatible = "arm,cortex-a9"; |
21 | device_type = "cpu"; | ||
21 | reg = <0>; | 22 | reg = <0>; |
22 | next-level-cache = <&L2>; | 23 | next-level-cache = <&L2>; |
23 | }; | 24 | }; |
24 | 25 | ||
25 | cpu@1 { | 26 | cpu@1 { |
26 | compatible = "arm,cortex-a9"; | 27 | compatible = "arm,cortex-a9"; |
28 | device_type = "cpu"; | ||
27 | reg = <1>; | 29 | reg = <1>; |
28 | next-level-cache = <&L2>; | 30 | next-level-cache = <&L2>; |
29 | }; | 31 | }; |