From fe034154498255a2f24c4dc4e98a0f6b59785f5b Mon Sep 17 00:00:00 2001 From: Liu Ying Date: Wed, 18 Mar 2020 11:06:22 +0800 Subject: [PATCH] MLK-23616-2 arm64: imx8mp.dtsi: Add APB clock related properties in lvds phy node This patch adds APB clock related properties in lvds phy node, so that the driver may get and control the APB clock. Reviewed-by: Sandor Yu Signed-off-by: Liu Ying --- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index d187d17d9c7e..e33de2c6074c 100755 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -1209,6 +1209,8 @@ #address-cells = <1>; #size-cells = <0>; gpr = <&mediamix_blk_ctl>; + clocks = <&clk IMX8MP_CLK_MEDIA_APB_ROOT>; + clock-names = "apb"; status = "disabled"; ldb_phy1: port@0 { -- 2.17.1