From b33201da02868a4e8963b5b6576f0b887c800454 Mon Sep 17 00:00:00 2001 From: Jianqun Xu Date: Thu, 30 Aug 2018 08:45:25 +0800 Subject: [PATCH] dt-bindings: fix error reg of uart1 in rk1808-cru.txt 1. fix error reg of uart1 2. add rockchip,rk1808-uart Change-Id: Id08ea2d98869009e8777690a483b372269b92505 Signed-off-by: Jianqun Xu --- .../devicetree/bindings/clock/rockchip,rk1808-cru.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk1808-cru.txt b/Documentation/devicetree/bindings/clock/rockchip,rk1808-cru.txt index 6b957cdbafde..abbb905b410b 100644 --- a/Documentation/devicetree/bindings/clock/rockchip,rk1808-cru.txt +++ b/Documentation/devicetree/bindings/clock/rockchip,rk1808-cru.txt @@ -47,7 +47,7 @@ Example: UART controller node that consumes the clock generated by the clock controller: uart1: serial@ff540000 { - compatible = "snps,dw-apb-uart"; - reg = <0xff540000 0x100>; - clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>; + compatible = "rockchip,rk1808-uart", "snps,dw-apb-uart"; + reg = <0x0 0xff540000 0x0 0x100>; + clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>; };