diff mbox series

[U-Boot,v2,08/10] ARM: dts: i.MX6UL: Add u-boot, dm-spl for clks

Message ID 20190402112843.992-9-jagan@amarulasolutions.com
State Rejected
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series clk: imx: Add i.MX6 CLK support | expand

Commit Message

Jagan Teki April 2, 2019, 11:28 a.m. UTC
Add clks node available for SPL in imx6ul SoC.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 arch/arm/dts/imx6ul-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/imx6ul-u-boot.dtsi b/arch/arm/dts/imx6ul-u-boot.dtsi
index eb190cf8c8..b25f77cb44 100644
--- a/arch/arm/dts/imx6ul-u-boot.dtsi
+++ b/arch/arm/dts/imx6ul-u-boot.dtsi
@@ -21,6 +21,10 @@ 
 	u-boot,dm-spl;
 };
 
+&clks {
+	u-boot,dm-spl;
+};
+
 &iomuxc {
 	u-boot,dm-spl;
 };