ARM: sun8i: a83t: Drop skeleton.dtsi
authorChen-Yu Tsai <wens@csie.org>
Tue, 18 Apr 2017 04:22:03 +0000 (12:22 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 14 May 2017 06:32:31 +0000 (08:32 +0200)
skeleton.dtsi is deprecated. Remove it from sun8i-a83t.dtsi and add
the needed device nodes directly.

Also drop an extra, non-style-conforming line in the copyright license
header.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-a83t.dtsi

index 0ec1437..913aaca 100644 (file)
  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  *     OTHER DEALINGS IN THE SOFTWARE.
-
  */
 
-#include "skeleton.dtsi"
-
 #include <dt-bindings/interrupt-controller/arm-gic.h>
 
 / {
        interrupt-parent = <&gic>;
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       aliases {
+       };
+
+       chosen {
+       };
 
        cpus {
                #address-cells = <1>;
                };
        };
 
+       memory {
+               reg = <0x40000000 0x80000000>;
+               device_type = "memory";
+       };
+
        soc {
                compatible = "simple-bus";
                #address-cells = <1>;