diff --git a/Documentation/devicetree/bindings/display/bridge/lontium,lt8912.txt b/Documentation/devicetree/bindings/display/bridge/lontium,lt8912.txt deleted file mode 100644 index 8a6a22610564..000000000000 --- a/Documentation/devicetree/bindings/display/bridge/lontium,lt8912.txt +++ /dev/null @@ -1,20 +0,0 @@ -Lontium LT8912 MIPI-DSI to LVDS and HDMI/MHL bridge bindings - -Required properties: - - compatible: "lontium,lt8912" - - reg: virtual channel id - - reset-gpios: a GPIO spec for the reset pin - - i2c-bus: phandle of an I2C controller used for register access - -Example: - -&dsi { - status = "okay"; - - lt8912@0 { - compatible = "lontium,lt8912"; - reg = <0>; - reset-gpios = <&gpio0 RK_PA2 GPIO_ACTIVE_LOW>; - i2c-bus = <&i2c1>; - }; -}; diff --git a/drivers/gpu/drm/bridge/lt8912.c b/drivers/gpu/drm/bridge/lt8912.c deleted file mode 100644 index db33c8181f5e..000000000000 --- a/drivers/gpu/drm/bridge/lt8912.c +++ /dev/null @@ -1,484 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -/* - * Copyright (c) 2018 Rockchip Electronics Co. Ltd. - */ - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include