File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 62
62
};
63
63
64
64
mailbox: mailbox@7e00b800 {
65
- compatible = "brcm,bcm2708-vcio ";
65
+ compatible = "brcm,bcm2835-mbox ";
66
66
reg = <0x7e00b880 0x40>;
67
67
interrupts = <0 1>;
68
+ #mbox-cells = <0>;
68
69
};
69
70
70
71
gpio: gpio@7e200000 {
Original file line number Diff line number Diff line change @@ -568,6 +568,7 @@ CONFIG_HW_RANDOM_BCM2835=m
568
568
CONFIG_RAW_DRIVER=y
569
569
CONFIG_BRCM_CHAR_DRIVERS=y
570
570
CONFIG_BCM_VC_CMA=y
571
+ CONFIG_BCM_VCIO=y
571
572
CONFIG_BCM_VC_SM=y
572
573
CONFIG_I2C=y
573
574
CONFIG_I2C_CHARDEV=m
@@ -1064,9 +1065,11 @@ CONFIG_FB_FLEX=m
1064
1065
CONFIG_FB_TFT_FBTFT_DEVICE=m
1065
1066
CONFIG_MAILBOX=y
1066
1067
CONFIG_BCM2708_MBOX=y
1068
+ CONFIG_BCM2835_MBOX=y
1067
1069
# CONFIG_IOMMU_SUPPORT is not set
1068
1070
CONFIG_EXTCON=m
1069
1071
CONFIG_EXTCON_ARIZONA=m
1072
+ CONFIG_RASPBERRYPI_FIRMWARE=y
1070
1073
CONFIG_EXT2_FS=y
1071
1074
CONFIG_EXT2_FS_XATTR=y
1072
1075
CONFIG_EXT2_FS_POSIX_ACL=y
You can’t perform that action at this time.
0 commit comments