File tree Expand file tree Collapse file tree 5 files changed +18
-26
lines changed
package/board/raspberry-pi-4
usr/share/product/raspberrypi,4-model-b/etc Expand file tree Collapse file tree 5 files changed +18
-26
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ define RASPBERRY_PI_4_LINUX_CONFIG_FIXUPS
22 $(call KCONFIG_ENABLE_OPT,CONFIG_SND)
33 $(call KCONFIG_ENABLE_OPT,CONFIG_SND_SOC)
44 $(call KCONFIG_ENABLE_OPT,CONFIG_COMMON_CLK_BCM2835)
5+ $(call KCONFIG_ENABLE_OPT,CONFIG_CLK_RASPBERRYPI)
56 $(call KCONFIG_ENABLE_OPT,CONFIG_DRM)
67 $(call KCONFIG_SET_OPT,CONFIG_DRM_V3D,m)
78 $(call KCONFIG_SET_OPT,CONFIG_DRM_VC4,m)
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ kernel=u-boot.bin
1212device_tree=bcm2711-rpi-4-b.dtb
1313dtoverlay=rpi-env
1414dtoverlay=infix-key
15- dtoverlay=vc4-kms-v3d
15+ dtoverlay=vc4-kms-v3d-pi4
16+ dtoverlay=vc4-kms-dsi-ili9881-7inch
1617
1718# To use an external initramfs file
1819#initramfs rootfs.cpio.gz
@@ -21,11 +22,7 @@ dtoverlay=vc4-kms-v3d
2122# If the text shown on the screen disappears off the edge, comment this out
2223disable_overscan=1
2324
24- # How much memory in MB to assign to the GPU on Pi models having
25- # 256, 512 or 1024 MB total memory
26- gpu_mem_256=100
27- gpu_mem_512=100
28- gpu_mem_1024=100
25+ gpu_mem=256
2926
3027# Enable UART0 for serial console on ttyAMA0
3128enable_uart=1
Original file line number Diff line number Diff line change 1717 infix {
1818 /* Default admin user password: 'admin' */
1919 factory-password-hash = "$5$mI/zpOAqZYKLC2WU$i7iPzZiIjOjrBF3NyftS9CCq8dfYwHwrmUK097Jca9A";
20- usb-ports = <&usb>;
21- usb-port-names = "USB";
2220 };
2321 };
2422};
25-
23+ /*
2624&i2c1 {
2725 status = "okay";
2826
3331 interrupts = <27 IRQ_TYPE_EDGE_FALLING>;
3432 };
3533};
34+
3635&dsi1 {
3736 status = "okay";
3837 #address-cells = <1>;
5857 };
5958 };
6059};
61-
60+ */
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 " ieee802-dot1ab-lldp:lldp" : {
33 " infix-lldp:enabled" : true
44 },
5+ " ietf-hardware:hardware" : {
6+ " component" : [
7+ {
8+ " name" : " USB" ,
9+ " class" : " infix-hardware:usb" ,
10+ " state" : {
11+ " admin-state" : " unlocked"
12+ }
13+ }
14+ ]
15+ },
516 " ietf-interfaces:interfaces" : {
617 " interface" : [
718 {
You can’t perform that action at this time.
0 commit comments