mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-18 13:16:59 +02:00
- simple panel 'nv140fhmn49' compatible
- rockchip eDP and LVDS drivers build fix -----BEGIN PGP SIGNATURE----- iGwEABECACwWIQSC4hxrSoIUVfFO0kRM6ATMmsalXAUCXqaXIA4cYWd1c3RAZGVu eC5kZQAKCRBM6ATMmsalXBhpAJsGrm29zjaK8WeS54o5CxBG9yO99QCfeyDcItgq GdIEdz3+0v16Z2nOElg= =jaeU -----END PGP SIGNATURE----- Merge tag 'video-for-v2020.07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video - simple panel 'nv140fhmn49' compatible - rockchip eDP and LVDS drivers build fix
This commit is contained in:
commit
d16d37bcd4
@ -18,6 +18,7 @@
|
|||||||
#include <asm/arch-rockchip/clock.h>
|
#include <asm/arch-rockchip/clock.h>
|
||||||
#include <asm/arch-rockchip/edp_rk3288.h>
|
#include <asm/arch-rockchip/edp_rk3288.h>
|
||||||
#include <asm/arch-rockchip/grf_rk3288.h>
|
#include <asm/arch-rockchip/grf_rk3288.h>
|
||||||
|
#include <asm/arch-rockchip/hardware.h>
|
||||||
#include <dt-bindings/clock/rk3288-cru.h>
|
#include <dt-bindings/clock/rk3288-cru.h>
|
||||||
|
|
||||||
#define MAX_CR_LOOP 5
|
#define MAX_CR_LOOP 5
|
||||||
|
@ -13,8 +13,9 @@
|
|||||||
#include <asm/gpio.h>
|
#include <asm/gpio.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm/arch-rockchip/clock.h>
|
#include <asm/arch-rockchip/clock.h>
|
||||||
#include <asm/arch-rockchip/lvds_rk3288.h>
|
|
||||||
#include <asm/arch-rockchip/grf_rk3288.h>
|
#include <asm/arch-rockchip/grf_rk3288.h>
|
||||||
|
#include <asm/arch-rockchip/hardware.h>
|
||||||
|
#include <asm/arch-rockchip/lvds_rk3288.h>
|
||||||
#include <dt-bindings/clock/rk3288-cru.h>
|
#include <dt-bindings/clock/rk3288-cru.h>
|
||||||
#include <dt-bindings/video/rk3288.h>
|
#include <dt-bindings/video/rk3288.h>
|
||||||
|
|
||||||
|
@ -105,6 +105,7 @@ static const struct udevice_id simple_panel_ids[] = {
|
|||||||
{ .compatible = "auo,b133xtn01" },
|
{ .compatible = "auo,b133xtn01" },
|
||||||
{ .compatible = "auo,b116xw03" },
|
{ .compatible = "auo,b116xw03" },
|
||||||
{ .compatible = "auo,b133htn01" },
|
{ .compatible = "auo,b133htn01" },
|
||||||
|
{ .compatible = "boe,nv140fhmn49" },
|
||||||
{ .compatible = "lg,lb070wv8" },
|
{ .compatible = "lg,lb070wv8" },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user