mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: dts: rk3368: enable uboot loader logo
Change-Id: I4807ac2aafd9cf319e37eacd184c1eae3ea36242 Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
This commit is contained in:
@@ -61,6 +61,11 @@
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
drm_logo: drm-logo@00000000 {
|
||||
compatible = "rockchip,drm-logo";
|
||||
reg = <0x0 0x0 0x0 0x0>;
|
||||
};
|
||||
|
||||
/* global autoconfigured region for contiguous allocations */
|
||||
linux,cma {
|
||||
compatible = "shared-dma-pool";
|
||||
@@ -196,6 +201,18 @@
|
||||
|
||||
&display_subsystem {
|
||||
status = "okay";
|
||||
|
||||
memory-region = <&drm_logo>;
|
||||
route {
|
||||
route_mipi: route-mipi {
|
||||
status = "okay";
|
||||
logo,uboot = "logo.bmp";
|
||||
logo,kernel = "logo_kernel.bmp";
|
||||
logo,mode = "center";
|
||||
charge_logo,mode = "center";
|
||||
connect = <&vop_out_mipi>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&vop {
|
||||
|
||||
Reference in New Issue
Block a user