ARM64: dts: rk3399-tve1205g: use simple-panel for edp panel
authorMark Yao <mark.yao@rock-chips.com>
Thu, 15 Dec 2016 02:34:04 +0000 (10:34 +0800)
committerMark Yao <mark.yao@rock-chips.com>
Thu, 15 Dec 2016 02:36:29 +0000 (10:36 +0800)
Edp controller support get timing from edid, so we can simple use
a dummy panel for display, so bootloader and kernel all can use same
timing from edid

Change-Id: I0cf19817aa1c38cae25603814c3605e6c16fe0f6
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-android-next.dtsi
arch/arm64/boot/dts/rockchip/rk3399-tve1205g.dts

index db5f8a4479fd39c399deb7b739cbda9beefccbaa..9ddf724d145a13ff097b86b7fac2c77346030b18 100644 (file)
@@ -41,6 +41,7 @@
  */
 
 #include <dt-bindings/display/drm_mipi_dsi.h>
+#include <dt-bindings/display/media-bus-format.h>
 
 / {
        compatible = "rockchip,android", "rockchip,rk3399";
index 7ac289f3d3db798c4870a3c6544c465c1b249e4a..96be5b24b69ddde4786c05fea754114f1224a8be 100644 (file)
        compatible = "rockchip,rk3399-mid", "rockchip,rk3399";
 
        edp_panel: edp-panel {
-               compatible = "auo,b125han03", "panel-simple";
+               compatible = "simple-panel";
                backlight = <&backlight>;
                power-supply = <&vcc3v3_s0>;
                enable-gpios = <&gpio3 8 GPIO_ACTIVE_HIGH>;
+               bus-format = <MEDIA_BUS_FMT_RGB666_1X18>;
                ports {
                        panel_in_edp: endpoint {
                                remote-endpoint = <&edp_out_panel>;