dts: ipq50xx: Enable MP03.5 RDP build

This changes add Machid , USB Power gpio and enable build support.

Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org>
Change-Id: I99e2da23f54da4d5e4edc9312f08340b88f7c59a
This commit is contained in:
Vandhiadevan Karunamoorthy 2020-11-04 11:53:11 +05:30
parent e3ccad69cf
commit c33fb86ed0
3 changed files with 17 additions and 2 deletions

View file

@ -69,6 +69,8 @@ dtb-$(CONFIG_ARCH_IPQ5018) += ipq5018-emulation.dtb \
ipq5018-mp03.3-c2.dtb \
ipq5018-mp03.6-c1.dtb \
ipq5018-mp03.6-c2.dtb \
ipq5018-mp03.5-c1.dtb \
ipq5018-mp03.5-c2.dtb \
ipq5018-db-mp02.1.dtb \
ipq5018-db-mp03.1.dtb \
ipq5018-db-mp03.1-c2.dtb \

View file

@ -16,7 +16,7 @@
/ {
model ="QCA, IPQ5018-MP03.5-C1";
compatible = "qca,ipq5018", "qca,ipq5018-mp03.5-c1";
machid = <0x8040003>;
machid = <0x8040004>;
config_name = "config@mp03.5-c1";
aliases {
@ -126,6 +126,19 @@
};
};
usb0: xhci@8a00000 {
usb_gpio {
pwr_gpio {
gpio = <24>;
func = <0>;
pull = <GPIO_PULL_UP>;
oe = <GPIO_OE_ENABLE>;
od_en = <GPIO_OD_DISABLE>;
drvstr = <GPIO_8MA>;
};
};
};
gmac_cfg {
ext_mdio_gpio = <36 37>;
gephy_led = <46>;

View file

@ -14,7 +14,7 @@
/ {
model ="QCA, IPQ5018-MP03.5-C2";
compatible = "qca,ipq5018", "qca,ipq5018-mp03.5-c2";
machid = <0x8040103>;
machid = <0x8040104>;
config_name = "config@mp03.5-c2";
mmc: sdhci@7804000 {