From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Tue, 2 Apr 2019 16:58:40 +0530 Subject: [U-Boot] [PATCH v2 07/10] ARM: dts: i.MX6QDL: Add u-boot, dm-spl for clks In-Reply-To: <20190402112843.992-1-jagan@amarulasolutions.com> References: <20190402112843.992-1-jagan@amarulasolutions.com> Message-ID: <20190402112843.992-8-jagan@amarulasolutions.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add clks node available for SPL in imx6qdl SoC. Signed-off-by: Jagan Teki --- arch/arm/dts/imx6qdl-u-boot.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/imx6qdl-u-boot.dtsi b/arch/arm/dts/imx6qdl-u-boot.dtsi index 0aa29e38b8..912cb4281c 100644 --- a/arch/arm/dts/imx6qdl-u-boot.dtsi +++ b/arch/arm/dts/imx6qdl-u-boot.dtsi @@ -24,6 +24,10 @@ u-boot,dm-spl; }; +&clks { + u-boot,dm-spl; +}; + &iomuxc { u-boot,dm-spl; }; -- 2.18.0.321.gffc6fa0e3