From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Fri, 9 Aug 2019 07:11:10 +0000 Subject: [U-Boot] [PATCH v2 10/11] imx: spl: tpc70: Do not remove clock related properties from DTS In-Reply-To: <20190730071213.11238-11-lukma@denx.de> References: <20190730071213.11238-1-lukma@denx.de> <20190730071213.11238-11-lukma@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Subject: [PATCH v2 10/11] imx: spl: tpc70: Do not remove clock related > properties from DTS > > Those properties will be reused in the SPL to provide proper clock setting. > > Signed-off-by: Lukasz Majewski > --- > > configs/kp_imx6q_tpc_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configs/kp_imx6q_tpc_defconfig b/configs/kp_imx6q_tpc_defconfig > index abf957f158..7b19323fb5 100644 > --- a/configs/kp_imx6q_tpc_defconfig > +++ b/configs/kp_imx6q_tpc_defconfig > @@ -44,7 +44,7 @@ CONFIG_CMD_EXT4_WRITE=y > CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y > CONFIG_DEFAULT_DEVICE_TREE="imx6q-kp" > -CONFIG_OF_SPL_REMOVE_PROPS="clock-names interrupt-parent > assigned-clocks assigned-clock-rates assigned-clock-parents interrupts clocks > dmas dma-names" > +CONFIG_OF_SPL_REMOVE_PROPS="interrupt-parent assigned-clocks > assigned-clock-rates assigned-clock-parents interrupts dmas dma-names" > CONFIG_ENV_IS_IN_MMC=y > # CONFIG_BLOCK_CACHE is not set > CONFIG_SPL_CLK_IMX6Q=y Reviewed-by: Peng Fan > -- > 2.11.0