@@ -46,10 +46,6 @@ properties:
- const: phy_ref
- const: lcdif
- mux-controls:
- description:
- mux controller node to use for operating the input mux
-
phys:
maxItems: 1
description:
@@ -151,7 +147,6 @@ required:
- clocks
- compatible
- interrupts
- - mux-controls
- phy-names
- phys
- ports
@@ -180,7 +175,6 @@ examples:
<&clk IMX8MQ_CLK_LCDIF_PIXEL>;
clock-names = "core", "rx_esc", "tx_esc", "phy_ref", "lcdif";
interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
- mux-controls = <&mux 0>;
power-domains = <&pgc_mipi>;
resets = <&src IMX8MQ_RESET_MIPI_DSI_RESET_BYTE_N>,
<&src IMX8MQ_RESET_MIPI_DSI_DPI_RESET_N>,
No need to encode the SoC specifics in the bridge driver. For the imx8mq we can use the mux-input-bridge. Signed-off-by: Guido Günther <agx@sigxcpu.org> --- .../devicetree/bindings/display/bridge/nwl-dsi.yaml | 6 ------ 1 file changed, 6 deletions(-)