mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
ipq806x: update eMMC and SDCC3 nodes in device tree
Enable bam dma support for eMMC and SDCC3 in device tree and update nodes to reflect Qualcomm SDK. Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
This commit is contained in:
parent
45bf3d4f24
commit
44b44595dc
@ -1228,13 +1228,14 @@
|
|||||||
clocks = <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>;
|
clocks = <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>;
|
||||||
clock-names = "mclk", "apb_pclk";
|
clock-names = "mclk", "apb_pclk";
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
max-frequency = <48000000>;
|
max-frequency = <96000000>;
|
||||||
non-removable;
|
non-removable;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
|
mmc-ddr-1_8v;
|
||||||
vmmc-supply = <&vsdcc_fixed>;
|
vmmc-supply = <&vsdcc_fixed>;
|
||||||
#dmas = <&sdcc1bam 2>, <&sdcc1bam 1>;
|
dmas = <&sdcc1bam 2>, <&sdcc1bam 1>;
|
||||||
#dma-names = "tx", "rx";
|
dma-names = "tx", "rx";
|
||||||
};
|
};
|
||||||
|
|
||||||
sdcc3: sdcc@12180000 {
|
sdcc3: sdcc@12180000 {
|
||||||
@ -1251,10 +1252,11 @@
|
|||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
max-frequency = <192000000>;
|
max-frequency = <192000000>;
|
||||||
#mmc-ddr-1_8v;
|
#mmc-ddr-1_8v;
|
||||||
sd-uhs-sdr50;
|
sd-uhs-sdr104;
|
||||||
vmmc-supply = <&vsdcc_fixed>;
|
sd-uhs-ddr50;
|
||||||
#dmas = <&sdcc3bam 2>, <&sdcc3bam 1>;
|
vqmmc-supply = <&vsdcc_fixed>;
|
||||||
#dma-names = "tx", "rx";
|
dmas = <&sdcc3bam 2>, <&sdcc3bam 1>;
|
||||||
|
dma-names = "tx", "rx";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user