Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
9,512 changes: 9,512 additions & 0 deletions .config

Large diffs are not rendered by default.

180 changes: 0 additions & 180 deletions .gitignore

This file was deleted.

38 changes: 38 additions & 0 deletions arch/arm/boot/dts/overlays/vc4-kms-dsi-ronbo-rb070d30.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/dts-v1/;
/plugin/;

/ {
compatible = "brcm,bcm2711";

fragment@0 {
target = <&dsi1>;
__overlay__ {
status = "okay";
#address-cells = <1>;
#size-cells = <0>;
port {
dsi1_out: endpoint {
remote-endpoint = <&panel_in>;
};
};

panel: panel@0 {
compatible = "ronbo,rb070d30";
reg = <0>;
status = "okay";
port {
panel_in: endpoint {
remote-endpoint = <&dsi1_out>;
};
};
};
};
};

fragment@1 {
target = <&vc4>;
__overlay__ {
status = "okay";
};
};
};
1 change: 1 addition & 0 deletions arch/arm64/configs/bcm2711_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,7 @@ CONFIG_BACKLIGHT_LM3630A=m
CONFIG_BACKLIGHT_GPIO=m
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
CONFIG_LOGO=y
CONFIG_DRM_PANEL_RONBO_RB070D30=m
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_SOUND=y
Expand Down
Loading