mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-13 13:14:51 +08:00
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git
This commit is contained in:
commit
fe6c20d0ab
@ -17,7 +17,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&bt_pins_wakeup>;
|
||||
|
||||
wobt {
|
||||
event-wobt {
|
||||
label = "Wake on BT";
|
||||
gpios = <&pio 42 GPIO_ACTIVE_HIGH>;
|
||||
linux,code = <KEY_WAKEUP>;
|
||||
@ -47,10 +47,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
&wifi_wakeup {
|
||||
wowlan {
|
||||
gpios = <&pio 113 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
&wifi_wakeup_event {
|
||||
gpios = <&pio 113 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
&wifi_pwrseq {
|
||||
|
@ -155,21 +155,24 @@
|
||||
vdd18-supply = <&pp1800_mipibrdg>;
|
||||
vdd33-supply = <&vddio_mipibrdg>;
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
port@0 {
|
||||
reg = <0>;
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
anx7625_in: endpoint {
|
||||
remote-endpoint = <&dsi_out>;
|
||||
port@0 {
|
||||
reg = <0>;
|
||||
|
||||
anx7625_in: endpoint {
|
||||
remote-endpoint = <&dsi_out>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
|
||||
anx7625_out: endpoint {
|
||||
remote-endpoint = <&panel_in>;
|
||||
anx7625_out: endpoint {
|
||||
remote-endpoint = <&panel_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -152,7 +152,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&wifi_pins_wakeup>;
|
||||
|
||||
button-wowlan {
|
||||
wifi_wakeup_event: event-wowlan {
|
||||
label = "Wake on WiFi";
|
||||
gpios = <&pio 113 GPIO_ACTIVE_HIGH>;
|
||||
linux,code = <KEY_WAKEUP>;
|
||||
|
@ -72,6 +72,7 @@ config MTK_SOCINFO
|
||||
tristate "MediaTek SoC Information"
|
||||
default y
|
||||
depends on NVMEM_MTK_EFUSE
|
||||
select SOC_BUS
|
||||
help
|
||||
The MediaTek SoC Information (mtk-socinfo) driver provides
|
||||
information about the SoC to the userspace including the
|
||||
|
Loading…
Reference in New Issue
Block a user