mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
arm64: dts: marvell: samsung-coreprimevelte: Add missing SDIO properties
According to the vendor device tree, the WiFi+BT card must not be powered off during suspend and is capable of waking up the board. Add the respective properties to the SDIO node to reflect this. Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
This commit is contained in:
parent
e93abeef92
commit
52c47f734f
|
|
@ -524,6 +524,8 @@ &sdh1 {
|
|||
pinctrl-1 = <&sdh1_fast_pins_0 &sdh1_fast_pins_1 &sdh1_pins_2>;
|
||||
bus-width = <4>;
|
||||
non-removable;
|
||||
keep-power-in-suspend;
|
||||
wakeup-source;
|
||||
};
|
||||
|
||||
&pwm3 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user