Mark the timer as missing in upstream kernel. Signed-off-by: Nishanth Menon <n...@ti.com> --- Sent to kernel.org https://lore.kernel.org/linux-devicetree/20230414073328.381336-1...@ti.com/ once the patches are merged, we can consider integrating the same in the appropriate sync, I have tried to stay off main SoC dtsi file mods in this series.
arch/arm/dts/k3-am642-sk-u-boot.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/dts/k3-am642-sk-u-boot.dtsi b/arch/arm/dts/k3-am642-sk-u-boot.dtsi index 122a304d4501..4a5ab6a7c4be 100644 --- a/arch/arm/dts/k3-am642-sk-u-boot.dtsi +++ b/arch/arm/dts/k3-am642-sk-u-boot.dtsi @@ -20,6 +20,8 @@ &cbass_main{ bootph-pre-ram; + + /* XXX: Upstream kernel TODO: send upstream */ timer1: timer@2400000 { compatible = "ti,omap5430-timer"; reg = <0x0 0x2400000 0x0 0x80>; -- 2.40.0