|
@@ -181,6 +181,7 @@
|
|
resets = <&cgu_rst HSDK_ETH_RESET>;
|
|
resets = <&cgu_rst HSDK_ETH_RESET>;
|
|
reset-names = "stmmaceth";
|
|
reset-names = "stmmaceth";
|
|
mac-address = [00 00 00 00 00 00]; /* Filled in by U-Boot */
|
|
mac-address = [00 00 00 00 00 00]; /* Filled in by U-Boot */
|
|
|
|
+ dma-coherent;
|
|
|
|
|
|
mdio {
|
|
mdio {
|
|
#address-cells = <1>;
|
|
#address-cells = <1>;
|
|
@@ -199,12 +200,14 @@
|
|
compatible = "snps,hsdk-v1.0-ohci", "generic-ohci";
|
|
compatible = "snps,hsdk-v1.0-ohci", "generic-ohci";
|
|
reg = <0x60000 0x100>;
|
|
reg = <0x60000 0x100>;
|
|
interrupts = <15>;
|
|
interrupts = <15>;
|
|
|
|
+ dma-coherent;
|
|
};
|
|
};
|
|
|
|
|
|
ehci@40000 {
|
|
ehci@40000 {
|
|
compatible = "snps,hsdk-v1.0-ehci", "generic-ehci";
|
|
compatible = "snps,hsdk-v1.0-ehci", "generic-ehci";
|
|
reg = <0x40000 0x100>;
|
|
reg = <0x40000 0x100>;
|
|
interrupts = <15>;
|
|
interrupts = <15>;
|
|
|
|
+ dma-coherent;
|
|
};
|
|
};
|
|
|
|
|
|
mmc@a000 {
|
|
mmc@a000 {
|
|
@@ -217,6 +220,7 @@
|
|
clock-names = "biu", "ciu";
|
|
clock-names = "biu", "ciu";
|
|
interrupts = <12>;
|
|
interrupts = <12>;
|
|
bus-width = <4>;
|
|
bus-width = <4>;
|
|
|
|
+ dma-coherent;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|