mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-08 09:18:29 +00:00
ARM: dts: imx6ull-dhcor: Remove mmc aliases from DHCOR SoM
To be able to define mmc aliases correctly for a DHCOR board remove mmc aliases from the DHCOR SoM layer. All DHCOM SoM boards are based on the DHCOR SoM, as the DHCOR SoM is soldered on top of the DHCOM SoM. As a result, remove the mmc /delete-property/ entries from the aliases node in the DHCOM SoM layer, because this is already removed in the DHCOR SoM layer below. Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
ac9a78681b
commit
97dadebe5f
@ -7,8 +7,6 @@
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
/delete-property/ mmc0; /* Avoid double definitions */
|
||||
/delete-property/ mmc1;
|
||||
/delete-property/ spi2;
|
||||
/delete-property/ spi3;
|
||||
i2c0 = &i2c2;
|
||||
|
||||
@ -11,6 +11,11 @@
|
||||
#include "imx6ull.dtsi"
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
/delete-property/ mmc0;
|
||||
/delete-property/ mmc1;
|
||||
};
|
||||
|
||||
memory@80000000 {
|
||||
/* Appropriate memory size will be filled by U-Boot */
|
||||
reg = <0x80000000 0>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user