Deleted Added
full compact
imx31.dtsi (279385) imx31.dtsi (295436)
1/*
2 * Copyright 2012 Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html

--- 11 unchanged lines hidden (view full) ---

20 serial4 = &uart5;
21 };
22
23 cpus {
24 #address-cells = <0>;
25 #size-cells = <0>;
26
27 cpu {
1/*
2 * Copyright 2012 Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html

--- 11 unchanged lines hidden (view full) ---

20 serial4 = &uart5;
21 };
22
23 cpus {
24 #address-cells = <0>;
25 #size-cells = <0>;
26
27 cpu {
28 compatible = "arm,arm1136";
28 compatible = "arm,arm1136jf-s";
29 device_type = "cpu";
30 };
31 };
32
33 avic: avic-interrupt-controller@60000000 {
34 compatible = "fsl,imx31-avic", "fsl,avic";
35 interrupt-controller;
36 #interrupt-cells = <1>;

--- 102 unchanged lines hidden ---
29 device_type = "cpu";
30 };
31 };
32
33 avic: avic-interrupt-controller@60000000 {
34 compatible = "fsl,imx31-avic", "fsl,avic";
35 interrupt-controller;
36 #interrupt-cells = <1>;

--- 102 unchanged lines hidden ---