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

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
......@@ -325,7 +325,7 @@ pwm3: pwm@110b0030 {
};
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment