Skip to content

Commit

Permalink
ARM: dts: Add UART skip-init properties for U-boot
Browse files Browse the repository at this point in the history
U-boot can get stuck trying to initialise UARTs that aren't mapped
to the pin header. There is no reason for U-boot not to rely on the
initialisation by the firmware, so tag both UARTs with the u-boot
magic boolean property "skip-init".

See: raspberrypi#3731
     https://lists.denx.de/pipermail/u-boot/2017-April/285606.html

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
pelwell committed Jul 17, 2020
1 parent 3e92327 commit d849c78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/bcm270x-rpi.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@
};
};

&uart0 {
skip-init;
};

&uart1 {
skip-init;
};

&txp {
status = "disabled";
};
Expand Down

0 comments on commit d849c78

Please sign in to comment.