Skip to content

Commit

Permalink
WIP: allows "logo" images and pre-configured Display/DSI from uBOOT
Browse files Browse the repository at this point in the history
- allows use display for "logo" images, uBOOT is ok, but problems rises
  in switch to kernel (seems to be problems with irq "vblank")
  (1/4 starts are ok, 1/4 has corrupted logo, 1/4 has interrupt errors,
  1/4 has interrupt crash "irq 36: nobody cared (try booting with the "irqpoll" option))"
  and "Disabling IRQ rockchip-linux#36")

- displays shows "logo" until DRM reset (like start wayland/weston)
  • Loading branch information
mcerveny committed Sep 18, 2021
1 parent cb416d1 commit ddc2622
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arm/boot/dts/rk3128-wx8.dts
Expand Up @@ -16,6 +16,7 @@

chosen {
stdout-path = &uart0;
bootargs = "earlycon=uart8250,mmio32,0x20060000 rootwait console=ttyFIQ0,115200n8 loglevel=7 swiotlb=1 root=PARTUUID=fd800c6c-2fdb-4502-82cb-e61f66b9a221";
};

vcc_io: vcc-io {
Expand Down Expand Up @@ -132,7 +133,7 @@
#size-cells = <0x01>;
ranges;

drm-logo@00000000 {
drm_logo: drm-logo@00000000 {
compatible = "rockchip,drm-logo";
reg = <0x00 0x00>;
};
Expand Down Expand Up @@ -377,6 +378,7 @@

&display_subsystem {
status = "okay";
logo-memory-region = <&drm_logo>;

route {
route_dsi: route-dsi {
Expand Down

0 comments on commit ddc2622

Please sign in to comment.