Commit b72af346 authored by Alexander Kochetkov's avatar Alexander Kochetkov Committed by Daniel Lezcano
Browse files

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: default avatarAlexander Kochetkov <al.kochet@gmail.com>
Suggested-by: default avatarHeiko Stübner <heiko@sntech.de>
Reviewed-by: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent b6463936
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -325,7 +325,7 @@
	};

	timer: timer@110c0000 {
		compatible = "rockchip,rk3288-timer";
		compatible = "rockchip,rk3228-timer", "rockchip,rk3288-timer";
		reg = <0x110c0000 0x20>;
		interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
		clocks = <&xin24m>, <&cru PCLK_TIMER>;