diff options
author | Giulio Benetti | 2021-05-13 12:18:39 +0200 |
---|---|---|
committer | Stefano Babic | 2021-06-09 13:01:33 +0200 |
commit | 6cd7a9b8506af170bc5f44f06db03d4dfed0d962 (patch) | |
tree | ea1f084c305f1e2376dec8017ae25bb74caa2677 /arch/arm | |
parent | a2d89cce7c21925ac77ccfaa201d1d2a65fdbf5d (diff) |
ARM: dts: imxrt1050: add node label to osc
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/imxrt1050.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/imxrt1050.dtsi b/arch/arm/dts/imxrt1050.dtsi index a9281001e55..b7cc3fbc2ad 100644 --- a/arch/arm/dts/imxrt1050.dtsi +++ b/arch/arm/dts/imxrt1050.dtsi @@ -28,7 +28,7 @@ clocks { u-boot,dm-spl; - osc { + osc: osc { u-boot,dm-spl; compatible = "fsl,imx-osc", "fixed-clock"; #clock-cells = <0>; |