pit timer node requires u-boot properties to be recognized

Signed-off-by: Manuel Reis <[email protected]>
CC: Eugen Hristev <[email protected]>
---
 arch/arm/dts/sama5d3.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/sama5d3.dtsi b/arch/arm/dts/sama5d3.dtsi
index 6ed218eaad..3cd30d574d 100644
--- a/arch/arm/dts/sama5d3.dtsi
+++ b/arch/arm/dts/sama5d3.dtsi
@@ -1316,6 +1316,7 @@
                        };
 
                        pit: timer@fffffe30 {
+                               u-boot,dm-pre-reloc;
                                compatible = "atmel,at91sam9260-pit";
                                reg = <0xfffffe30 0xf>;
                                interrupts = <3 IRQ_TYPE_LEVEL_HIGH 5>;
-- 
2.27.0

Reply via email to