From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Tue, 22 Oct 2019 03:29:54 +0000 Subject: [U-Boot] [PATCH V1 3/6] arm: dts: imx8mm: drop assigned clocks for clk node In-Reply-To: <20191022034714.27781-1-peng.fan@nxp.com> References: <20191022034714.27781-1-peng.fan@nxp.com> Message-ID: <20191022034714.27781-4-peng.fan@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Drop assigned clocks for clk node, this will break boot on i.MX8MM EVK board. Signed-off-by: Peng Fan --- arch/arm/dts/imx8mm-evk-u-boot.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/dts/imx8mm-evk-u-boot.dtsi b/arch/arm/dts/imx8mm-evk-u-boot.dtsi index 16093f2067..f62a7cf97d 100644 --- a/arch/arm/dts/imx8mm-evk-u-boot.dtsi +++ b/arch/arm/dts/imx8mm-evk-u-boot.dtsi @@ -11,6 +11,9 @@ &clk { u-boot,dm-spl; u-boot,dm-pre-reloc; + /delete-property/ assigned-clocks; + /delete-property/ assigned-clock-parents; + /delete-property/ assigned-clock-rates; }; &osc_24m { -- 2.16.4