From: Alexander Kochetkov Date: Tue, 31 Jan 2017 12:43:13 +0000 (+0300) Subject: ARM: dts: rockchip: Update compatible property for rk322x timer X-Git-Tag: v4.12-rc1~157^2~6^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b72af3462dd8344285f6cc1ba726202b0d4eae20;p=karo-tx-linux.git ARM: dts: rockchip: Update compatible property for rk322x timer Property set to '"rockchip,rk3228-timer", "rockchip,rk3288-timer"' to match devicetree bindings. Signed-off-by: Alexander Kochetkov Suggested-by: Heiko Stübner Reviewed-by: Heiko Stuebner Signed-off-by: Daniel Lezcano --- diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi index 9dff8221112c..641607d9ad29 100644 --- a/arch/arm/boot/dts/rk322x.dtsi +++ b/arch/arm/boot/dts/rk322x.dtsi @@ -325,7 +325,7 @@ }; timer: timer@110c0000 { - compatible = "rockchip,rk3288-timer"; + compatible = "rockchip,rk3228-timer", "rockchip,rk3288-timer"; reg = <0x110c0000 0x20>; interrupts = ; clocks = <&xin24m>, <&cru PCLK_TIMER>;