arm64: dts: rk3328-evb-android: enable uboot loader logo display

Change-Id: I138ff0118882d1be11c21cd868d1b142605f6eec
Signed-off-by: xuhuicong <xhc@rock-chips.com>
This commit is contained in:
xuhuicong
2017-12-14 09:18:54 +08:00
committed by Tao Huang
parent 848ba9f9b3
commit 21622e96da

View File

@@ -134,6 +134,17 @@
};
};
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
drm_logo: drm-logo@00000000 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0 0x0 0x0>;
};
};
spdif-sound {
compatible = "simple-audio-card";
simple-audio-card,name = "rockchip,spdif";
@@ -201,7 +212,19 @@
};
&display_subsystem {
logo-memory-region = <&drm_logo>;
status = "okay";
route {
route_hdmi: route-hdmi {
status = "okay";
logo,uboot = "logo.bmp";
logo,kernel = "logo_kernel.bmp";
logo,mode = "center";
charge_logo,mode = "center";
connect = <&vop_out_hdmi>;
};
};
};
&emmc {