diff options
author | Martin Kepplinger <martin.kepplinger@puri.sm> | 2021-11-24 09:37:03 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-12-06 09:36:38 +0800 |
commit | e5e6268f77badf18bd6ab435364cfe21c7396c31 (patch) | |
tree | fb03f265a37c66971087ae91b813c5a0d7973e8e /arch | |
parent | c88c5e461939a06ae769a01649d5c6b5a156f883 (diff) | |
download | lwn-e5e6268f77badf18bd6ab435364cfe21c7396c31.tar.gz lwn-e5e6268f77badf18bd6ab435364cfe21c7396c31.zip |
arm64: dts: imx8mq: remove interconnect property from lcdif
The mxsfb driver handling imx8mq lcdif doesn't yet request the
interconnect bandwidth that's needed at runtime when the description is
present in the DT node.
So remove that description and bring it back when it's supported.
Fixes: ad1abc8a03fd ("arm64: dts: imx8mq: Add interconnect for lcdif")
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index 972766b67a15..71bf497f99c2 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -524,8 +524,6 @@ <&clk IMX8MQ_VIDEO_PLL1>, <&clk IMX8MQ_VIDEO_PLL1_OUT>; assigned-clock-rates = <0>, <0>, <0>, <594000000>; - interconnects = <&noc IMX8MQ_ICM_LCDIF &noc IMX8MQ_ICS_DRAM>; - interconnect-names = "dram"; status = "disabled"; port@0 { |