Skip to content

Commit

Permalink
ARM: dts: exynos4210-universal_c210: Disable DMA for UARTs
Browse files Browse the repository at this point in the history
PDMA for UART devices seems not to be working properly on Exynos 4210
revision 0 used in Universal C210 boards, so disable it to let one to
use UART devices (driver defaults to PIO mode if DMA is not present).

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
  • Loading branch information
Marek Szyprowski authored and Krzysztof Kozlowski committed Dec 29, 2015
1 parent 997a2ec commit e8d761b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/exynos4210-universal_c210.dts
Original file line number Diff line number Diff line change
Expand Up @@ -560,16 +560,24 @@

&serial_0 {
status = "okay";
/delete-property/dmas;
/delete-property/dma-names;
};

&serial_1 {
status = "okay";
/delete-property/dmas;
/delete-property/dma-names;
};

&serial_2 {
status = "okay";
/delete-property/dmas;
/delete-property/dma-names;
};

&serial_3 {
status = "okay";
/delete-property/dmas;
/delete-property/dma-names;
};

0 comments on commit e8d761b

Please sign in to comment.