311-ARM-imx7d-pico-pi.dts-add-default-stdout-path.patch 621 B

1234567891011121314151617181920212223
  1. From 6e8e5ccfbee7a531b035ffce3f95f3901946fa9d Mon Sep 17 00:00:00 2001
  2. From: Robert Nelson <[email protected]>
  3. Date: Wed, 9 Jan 2019 14:33:24 -0600
  4. Subject: [PATCH] ARM: imx7d-pico-pi.dts: add default stdout-path
  5. Signed-off-by: Robert Nelson <[email protected]>
  6. ---
  7. arch/arm/boot/dts/imx7d-pico-pi.dts | 4 ++++
  8. 1 file changed, 4 insertions(+)
  9. --- a/arch/arm/boot/dts/imx7d-pico-pi.dts
  10. +++ b/arch/arm/boot/dts/imx7d-pico-pi.dts
  11. @@ -16,6 +16,10 @@
  12. label-mac-device = &fec1;
  13. };
  14. + chosen {
  15. + stdout-path = "serial4:115200n8";
  16. + };
  17. +
  18. leds {
  19. compatible = "gpio-leds";
  20. pinctrl-names = "default";