Commit ff151ed7700a78270cf8cac0ef82d3d0b8a297b6

Authored by Dave Gerlach
Committed by Lokesh Vutla
1 parent 2d16cd0976

ARM: dts: am33xx: Update rtc node compatible

Use ti,am3352-rtc for rtc node on am335x so that the driver knows to
enable am3352 specific features, including those needed for wakeup
from deep sleep mode.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/boot/dts/am33xx.dtsi
... ... @@ -402,7 +402,7 @@
402 402 };
403 403  
404 404 rtc@44e3e000 {
405   - compatible = "ti,da830-rtc";
  405 + compatible = "ti,am3352-rtc";
406 406 reg = <0x44e3e000 0x1000>;
407 407 interrupts = <75
408 408 76>;