diff options
| author | Soren Brinkmann <[email protected]> | 2015-11-04 11:18:09 -0800 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2016-01-27 15:55:56 +0100 |
| commit | 0d90e9d851c98200a4fc496a3ea1320a5ed2ded8 (patch) | |
| tree | 718ed21001454693fabad2dc8b8d3b1982ae52c1 | |
| parent | d3fd433f07d39481ebc942c2cf60f593a77aec5e (diff) | |
ARM64: zynqmp: DT: Fix UART compatible string
ZynqMP has r1p12 not r1p8. r1p12 contains break detection support.
Signed-off-by: Soren Brinkmann <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index f4b94014de8..8733604a573 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -520,7 +520,7 @@ }; uart0: serial@ff000000 { - compatible = "cdns,uart-r1p8"; + compatible = "cdns,uart-r1p12"; status = "disabled"; interrupt-parent = <&gic>; interrupts = <0 21 4>; @@ -529,7 +529,7 @@ }; uart1: serial@ff010000 { - compatible = "cdns,uart-r1p8"; + compatible = "cdns,uart-r1p12"; status = "disabled"; interrupt-parent = <&gic>; interrupts = <0 22 4>; |
