diff mbox series

[v3,03/22] ARM: dts: imxrt1020: add node label to osc

Message ID 20210513101851.11223-4-giulio.benetti@benettiengineering.com
State Accepted
Commit bfdbe871a0e1bce36ec816b4ae2b2504fb2a895b
Delegated to: Stefano Babic
Headers show
Series [v3,01/22] arm: imxrt: soc: make mpu regions generic | expand

Commit Message

Giulio Benetti May 13, 2021, 10:18 a.m. UTC
Let's add node label to osc to be used as clock source for other nodes.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 arch/arm/dts/imxrt1020.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic June 9, 2021, 1:43 p.m. UTC | #1
> Let's add node label to osc to be used as clock source for other nodes.
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/arch/arm/dts/imxrt1020.dtsi b/arch/arm/dts/imxrt1020.dtsi
index 97f3cec9f3..0a3a3b451a 100644
--- a/arch/arm/dts/imxrt1020.dtsi
+++ b/arch/arm/dts/imxrt1020.dtsi
@@ -36,7 +36,7 @@ 
 			clock-frequency = <0>;
 		};
 
-		osc {
+		osc: osc {
 			u-boot,dm-spl;
 			compatible = "fsl,imx-osc", "fixed-clock";
 			#clock-cells = <0>;