]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: marvell: samsung-coreprimevelte: Add missing SDIO properties
authorDuje Mihanović <duje@dujemihanovic.xyz>
Thu, 9 Apr 2026 21:17:27 +0000 (23:17 +0200)
committerDuje Mihanović <duje@dujemihanovic.xyz>
Tue, 5 May 2026 14:51:26 +0000 (16:51 +0200)
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>
arch/arm64/boot/dts/marvell/mmp/pxa1908-samsung-coreprimevelte.dts

index f71bb856f1e7a9ef22a1e3cbbf64bfff636737b0..6ec899c427e149cf26307977fa700c2c9226f603 100644 (file)
        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 {