mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 14:18:14 +01:00
ARM: dts: k3-am642: Correct timer frequency
Timer0 runs at 200MHz,and the clock-frequency defined in DT is incorrect. Fix it. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-By: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
1e20f57144
commit
8d1acfd8de
@ -16,7 +16,7 @@
|
|||||||
compatible = "ti,omap5430-timer";
|
compatible = "ti,omap5430-timer";
|
||||||
reg = <0x0 0x2400000 0x0 0x80>;
|
reg = <0x0 0x2400000 0x0 0x80>;
|
||||||
ti,timer-alwon;
|
ti,timer-alwon;
|
||||||
clock-frequency = <250000000>;
|
clock-frequency = <200000000>;
|
||||||
u-boot,dm-spl;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
compatible = "ti,omap5430-timer";
|
compatible = "ti,omap5430-timer";
|
||||||
reg = <0x0 0x2400000 0x0 0x80>;
|
reg = <0x0 0x2400000 0x0 0x80>;
|
||||||
ti,timer-alwon;
|
ti,timer-alwon;
|
||||||
clock-frequency = <250000000>;
|
clock-frequency = <200000000>;
|
||||||
u-boot,dm-spl;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user