add salvas UHS overlay and enable Rockpro64 and Pinebook-pro (#6134)

* add salvas UHS overlay and enable on 2 known devices known to have voltage regulator needed to leverage UHS
* remove increased UHS from pinebook-pro default due to justification in kernel commit history
* remove enabling YOLO UHS overlay from default board config
This commit is contained in:
lanefu 2024-01-22 15:19:43 -05:00 committed by GitHub
parent 1c54806da5
commit 1bad889bb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 0 deletions

View File

@ -28,6 +28,7 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
rockchip-rk3399-spi-jedec-nor.dtbo \
rockchip-rk3399-spi-spidev.dtbo \
rockchip-rk3399-uart4.dtbo \
rockchip-rk3399-uhs.dtbo \
rockchip-rk3399-w1-gpio.dtbo \
rockchip-rk3566-sata2.dtbo \
rockchip-rk3568-nanopi-r5c-leds.dtbo \

View File

@ -0,0 +1,19 @@
/dts-v1/;
/ {
compatible = "rockchip,rk3399";
fragment@0 {
target-path = "/mmc@fe320000";
__overlay__ {
sd-uhs-sdr12;
sd-uhs-sdr25;
sd-uhs-sdr50;
sd-uhs-sdr104;
sd-uhs-ddr50;
};
};
};