]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
sunxi: Remove bogus uart entry from utoo-p66 dts file
authorHans de Goede <hdegoede@redhat.com>
Sat, 25 Jul 2015 09:20:38 +0000 (11:20 +0200)
committerHans de Goede <hdegoede@redhat.com>
Sat, 25 Jul 2015 09:22:54 +0000 (11:22 +0200)
At one point in time the utoo-p66 dts file in the kernel had a bogus
uart entry, and it seems like we synced with the kernel at just the wrong
moment.

This commit removes the bogus uart entry, which breaks booting the utoo-p66
when DM_SERIAL=y.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
arch/arm/dts/sun5i-a13-utoo-p66.dts

index 8c1bca70390d76300727e78fa40e42701f6163e2..514f159a14d42d369c1de6159185d593b6e78be0 100644 (file)
        model = "Utoo P66";
        compatible = "utoo,p66", "allwinner,sun5i-a13";
 
-       aliases {
-               serial0 = &uart1;
-       };
-
-       chosen {
-               stdout-path = "serial0:115200n8";
-       };
-
        i2c_lcd: i2c@0 {
                /* The lcd panel i2c interface is hooked up via gpios */
                compatible = "i2c-gpio";
        status = "okay";
 };
 
-&uart1 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&uart1_pins_b>;
-       status = "okay";
-};
-
 &usbphy {
        usb0_vbus-supply = <&reg_usb0_vbus>;
        usb1_vbus-supply = <&reg_ldo3>;