ARM: dts: am335x-bone: Enable uart and timer
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 16 May 2016 05:54:25 +0000 (11:24 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 19:47:48 +0000 (15:47 -0400)
Allow am335x-bone.dts to be built and enable uart and timer
for all beaglebones.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/dts/Makefile
arch/arm/dts/am335x-bone-common.dtsi
arch/arm/dts/am335x-bone.dts

index a833a6806a8d70d4917fa55be94bc796069cca34..5d2910d5a7e65b26cd989fc06cb10e2708515393 100644 (file)
@@ -91,7 +91,7 @@ dtb-$(CONFIG_ARCH_ZYNQMP) += \
        zynqmp-zc1751-xm015-dc1.dtb             \
        zynqmp-zc1751-xm016-dc2.dtb             \
        zynqmp-zc1751-xm019-dc5.dtb
-dtb-$(CONFIG_AM33XX) += am335x-boneblack.dtb am335x-evm.dtb
+dtb-$(CONFIG_AM33XX) += am335x-boneblack.dtb am335x-bone.dtb am335x-evm.dtb
 dtb-$(CONFIG_AM43XX) += am437x-gp-evm.dtb am437x-sk-evm.dtb    \
        am43x-epos-evm.dtb \
        am437x-idk-evm.dtb
index fec78349c1f3c895fbd1dcf36782d16b9c891d93..a00c0cd4b4f743d7f96f2d70cc6d380e4144a551 100644 (file)
                };
        };
 
+       chosen {
+               stdout-path = &uart0;
+               tick-timer = &timer2;
+       };
+
        memory {
                device_type = "memory";
                reg = <0x80000000 0x10000000>; /* 256 MB */
index 81441cc8234417073c838e007ea73f0ddd336dd5..6b849372042419e21ca67f142c53f62618e5191d 100644 (file)
@@ -13,9 +13,6 @@
 / {
        model = "TI AM335x BeagleBone";
        compatible = "ti,am335x-bone", "ti,am33xx";
-       chosen {
-               stdout-path = &uart0;
-       };
 };
 
 &ldo3_reg {