Created
May 7, 2021 08:17
-
-
Save KunYi/4bfed30195bf2919f23b143da3eee339 to your computer and use it in GitHub Desktop.
Nvidia Jetson R32.5.1 enabled sdcard slot patch of AAEON BOXER-8251AI/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/hardware/nvidia/platform/t19x/jakku/kernel-dts/tegra194-p3668-all-p3509-0000.dts b/hardware/nvidia/platform/t19x/jakku/kernel-dts/tegra194-p3668-all-p3509-0000.dts | |
| index b724f6279..c3125db52 100644 | |
| --- a/hardware/nvidia/platform/t19x/jakku/kernel-dts/tegra194-p3668-all-p3509-0000.dts | |
| +++ b/hardware/nvidia/platform/t19x/jakku/kernel-dts/tegra194-p3668-all-p3509-0000.dts | |
| @@ -23,3 +23,13 @@ | |
| compatible = "nvidia,p3449-0000+p3668-0000", "nvidia,p3449-0000+p3668-0001", "nvidia,p3509-0000+p3668-0000", "nvidia,p3509-0000+p3668-0001", "nvidia,tegra194"; | |
| }; | |
| + | |
| +&sdmmc3 { | |
| + mmc-ocr-mask = <0x0>; | |
| + cd-gpios = <&tegra_main_gpio TEGRA194_MAIN_GPIO(Q, 2) 0>; | |
| + cd-inverted; | |
| + nvidia,cd-wakeup-capable; | |
| + nvidia,vmmc-always-on; | |
| + vmmc-supply = <&p3668_spmic_ldo3>; | |
| + status = "okay"; | |
| +}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment