arm: allwinner: dtb: Add overlays to disable SD/MMC node
Useful for dev Sponsored by: Diablotin Systems
This commit is contained in:
parent
d099db2546
commit
bc805293d8
10
sys/dts/arm/overlays/sun8i-h3-mmc0-disable.dtso
Normal file
10
sys/dts/arm/overlays/sun8i-h3-mmc0-disable.dtso
Normal file
@ -0,0 +1,10 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
compatible = "allwinner,sun8i-h3";
|
||||
};
|
||||
|
||||
&{/soc/mmc@1c0f000} {
|
||||
status = "disabled";
|
||||
};
|
10
sys/dts/arm/overlays/sun8i-h3-mmc1-disable.dtso
Normal file
10
sys/dts/arm/overlays/sun8i-h3-mmc1-disable.dtso
Normal file
@ -0,0 +1,10 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
compatible = "allwinner,sun8i-h3";
|
||||
};
|
||||
|
||||
&{/soc/mmc@1c10000} {
|
||||
status = "disabled";
|
||||
};
|
10
sys/dts/arm/overlays/sun8i-h3-mmc2-disable.dtso
Normal file
10
sys/dts/arm/overlays/sun8i-h3-mmc2-disable.dtso
Normal file
@ -0,0 +1,10 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
compatible = "allwinner,sun8i-h3";
|
||||
};
|
||||
|
||||
&{/soc/mmc@1c11000} {
|
||||
status = "disabled";
|
||||
};
|
@ -25,7 +25,10 @@ DTS= \
|
||||
sun8i-h3-orangepi-plus2e.dts
|
||||
|
||||
DTSO= sun8i-a83t-sid.dtso \
|
||||
sun8i-h3-i2c0.dtso
|
||||
sun8i-h3-i2c0.dtso \
|
||||
sun8i-h3-mmc0-disable.dtso \
|
||||
sun8i-h3-mmc1-disable.dtso \
|
||||
sun8i-h3-mmc2-disable.dtso
|
||||
|
||||
LINKS= \
|
||||
${DTBDIR}/sun4i-a10-cubieboard.dtb ${DTBDIR}/cubieboard.dtb \
|
||||
|
Loading…
x
Reference in New Issue
Block a user