diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-07-24 20:05:55 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-07-24 20:53:33 +0000 |
| commit | 40cb9b435782de2bc44ff23582d8660072510efc (patch) | |
| tree | 33f3bb834f41c46ca021335aae3be89a72b14a18 /sys/dts | |
| parent | c44685732899aa76e8c77107d711f98717ddc5c8 (diff) | |
Diffstat (limited to 'sys/dts')
| -rw-r--r-- | sys/dts/arm64/overlays/sun50i-a64-mmc0-disable.dtso | 10 | ||||
| -rw-r--r-- | sys/dts/arm64/overlays/sun50i-a64-mmc1-disable.dtso | 10 | ||||
| -rw-r--r-- | sys/dts/arm64/overlays/sun50i-a64-mmc2-disable.dtso | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/sys/dts/arm64/overlays/sun50i-a64-mmc0-disable.dtso b/sys/dts/arm64/overlays/sun50i-a64-mmc0-disable.dtso new file mode 100644 index 000000000000..1df9a75c7bc2 --- /dev/null +++ b/sys/dts/arm64/overlays/sun50i-a64-mmc0-disable.dtso @@ -0,0 +1,10 @@ +/dts-v1/; +/plugin/; + +/ { + compatible = "allwinner,sun50i-a64"; +}; + +&mmc0 { + status = "disabled"; +}; diff --git a/sys/dts/arm64/overlays/sun50i-a64-mmc1-disable.dtso b/sys/dts/arm64/overlays/sun50i-a64-mmc1-disable.dtso new file mode 100644 index 000000000000..a0d2f8ef795b --- /dev/null +++ b/sys/dts/arm64/overlays/sun50i-a64-mmc1-disable.dtso @@ -0,0 +1,10 @@ +/dts-v1/; +/plugin/; + +/ { + compatible = "allwinner,sun50i-a64"; +}; + +&mmc1 { + status = "disabled"; +}; diff --git a/sys/dts/arm64/overlays/sun50i-a64-mmc2-disable.dtso b/sys/dts/arm64/overlays/sun50i-a64-mmc2-disable.dtso new file mode 100644 index 000000000000..a3ac9e0678d4 --- /dev/null +++ b/sys/dts/arm64/overlays/sun50i-a64-mmc2-disable.dtso @@ -0,0 +1,10 @@ +/dts-v1/; +/plugin/; + +/ { + compatible = "allwinner,sun50i-a64"; +}; + +&mmc2 { + status = "disabled"; +}; |
