Skip to content

Commit

Permalink
ARM: dts: rockchip: add serial aliases for rk3066 and rk3188
Browse files Browse the repository at this point in the history
Add aliases for UARTs on rk3066 and rk3188 in order to fix the numbering scheme.
This will keep the debug console on ttyS2 when UART 1 is disabled, for example.

Signed-off-by: Julien CHAUVEAU <julien.chauveau@neo-technologies.fr>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Julien CHAUVEAU authored and Heiko Stuebner committed Nov 2, 2014
1 parent ccfe128 commit e5b0ded
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/rk3xxx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
mshc0 = &emmc;
mshc1 = &mmc0;
mshc2 = &mmc1;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
serial3 = &uart3;
spi0 = &spi0;
spi1 = &spi1;
};
Expand Down

0 comments on commit e5b0ded

Please sign in to comment.