Re: [PATCH v1 10/12] ARM: dts: microchip: sam9x60: Add clock properties to OTPC
From: claudiu beznea <claudiu.beznea@tuxon.dev>
Date: 2024-08-24 15:57:27
Also in:
lkml
From: claudiu beznea <claudiu.beznea@tuxon.dev>
Date: 2024-08-24 15:57:27
Also in:
lkml
On 21.08.2024 13:59, Alexander Dahl wrote:
This will allow to enable the main RC Oscillator from
nvmem_microchip_otpc driver.
Signed-off-by: Alexander Dahl <redacted>
---
Notes:
This requires some DT bindings update, right?Yes
arch/arm/boot/dts/microchip/sam9x60.dtsi | 2 ++ 1 file changed, 2 insertions(+)diff --git a/arch/arm/boot/dts/microchip/sam9x60.dtsi b/arch/arm/boot/dts/microchip/sam9x60.dtsi index 2159a6817f44..4f0651b8cb60 100644 --- a/arch/arm/boot/dts/microchip/sam9x60.dtsi +++ b/arch/arm/boot/dts/microchip/sam9x60.dtsi@@ -162,6 +162,8 @@ otpc: efuse@eff00000 { reg = <0xeff00000 0xec>; #address-cells = <1>; #size-cells = <1>; + clocks = <&pmc PMC_TYPE_CORE 11>; + clock-names = "main_rc_osc";
And this should be squashed w/ patch 05/12.
};
apb {