Skip to content

Commit

Permalink
Revert "arm64: dts: imx8mq: Add interconnect for lcdif"
Browse files Browse the repository at this point in the history
This reverts commit ad1abc8.

The mxsfb driver handling imx8mq lcdif doesn't yet request the
interconnect request that's needed when the description is present
in the DT node.

So revert that description and bring it back when it's supported.

Fixes: ad1abc8 ("arm64: dts: imx8mq: Add interconnect for lcdif")
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
  • Loading branch information
merge authored and intel-lab-lkp committed Nov 23, 2021
1 parent 3cd6bab commit 7c0ba67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/arm64/boot/dts/freescale/imx8mq.dtsi
Expand Up @@ -11,7 +11,6 @@
#include "dt-bindings/input/input.h"
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/thermal/thermal.h>
#include <dt-bindings/interconnect/imx8mq.h>
#include "imx8mq-pinfunc.h"

/ {
Expand Down Expand Up @@ -524,8 +523,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 {
Expand Down

0 comments on commit 7c0ba67

Please sign in to comment.