[PATCH] add u-boot properties to sama5d3 pit timer

pit timer node requires u-boot properties to be recognized
Signed-off-by: Manuel Reis mluis.reis@gmail.com CC: Eugen Hristev eugen.hristev@microchip.com --- 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>;

Hi Manuel,
Subject should be like this : ARM: dts: at91: sama5d3: ...
On 4/5/21 8:46 PM, Manuel Reis wrote:
pit timer node requires u-boot properties to be recognized
could you be more specific, where it's required, like we discussed, in the early boot process of the SPL , it's not found if the property is not present.
Signed-off-by: Manuel Reis mluis.reis@gmail.com CC: Eugen Hristev eugen.hristev@microchip.com
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;
add this as the last property of the node please.
compatible = "atmel,at91sam9260-pit"; reg = <0xfffffe30 0xf>; interrupts = <3 IRQ_TYPE_LEVEL_HIGH 5>;
-- 2.27.0
So, modify the commit, and create your patch using git format-patch -v 2 (to have it as a version 2) and resend.
Thank you for the patch ! Eugen
participants (2)
-
Eugen.Hristev@microchip.com
-
Manuel Reis