From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Tue, 2 Apr 2019 16:58:41 +0530 Subject: [U-Boot] [PATCH v2 08/10] ARM: dts: i.MX6UL: 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-9-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 imx6ul SoC. Signed-off-by: Jagan Teki --- arch/arm/dts/imx6ul-u-boot.dtsi | 4 ++++ 1 file changed, 4 insertions(+) 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; }; -- 2.18.0.321.gffc6fa0e3