arm64: dts: rockchip: rk3328-evb: add drm-logo

Change-Id: Ia94fd5f48ca7371b7a453afff959182b5a30496e
Signed-off-by: Zain Wang <wzz@rock-chips.com>
This commit is contained in:
Zain Wang
2019-05-13 15:05:55 +08:00
committed by Tao Huang
parent 8813a764d0
commit eb5679251c

View File

@@ -38,6 +38,17 @@
regulator-max-microvolt = <12000000>;
};
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
drm_logo: drm-logo@00000000 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0 0x0 0x0>;
};
};
sdio_pwrseq: sdio-pwrseq {
compatible = "mmc-pwrseq-simple";
pinctrl-names = "default";
@@ -193,7 +204,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 = "fullscreen";
charge_logo,mode = "fullscreen";
connect = <&vop_out_hdmi>;
};
};
};
&emmc {