mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-07 14:47:08 +08:00
ipq806x: fix linksys e8350 boot
This commit is contained in:
parent
65068ed984
commit
ecd242eddd
@ -72,7 +72,7 @@ define KernelPackage/qca-nss-drv-l2tpv2
|
|||||||
AUTOLOAD:=$(call AutoLoad,51,qca-nss-l2tpv2)
|
AUTOLOAD:=$(call AutoLoad,51,qca-nss-l2tpv2)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/qca-nss-drv-l2tp/Description
|
define KernelPackage/qca-nss-drv-l2tpv2/Description
|
||||||
Kernel modules for NSS connection manager - Support for l2tp tunnel
|
Kernel modules for NSS connection manager - Support for l2tp tunnel
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -75,6 +75,7 @@
|
|||||||
label = "extra";
|
label = "extra";
|
||||||
reg = <0x4000000 0x4000000>;
|
reg = <0x4000000 0x4000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -209,30 +210,13 @@
|
|||||||
0x00094 0x4e /* PORT6_STATUS */
|
0x00094 0x4e /* PORT6_STATUS */
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
phy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac1 {
|
&gmac1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
compatible = "qcom,nss-gmac";
|
|
||||||
reg = <0x37200000 0x200000>;
|
|
||||||
interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
qcom,id = <1>;
|
qcom,id = <1>;
|
||||||
qcom,pcs-chanid = <0>;
|
|
||||||
qcom,phy-mdio-addr = <4>;
|
|
||||||
qcom,poll-required = <1>;
|
|
||||||
qcom,rgmii-delay = <0>;
|
|
||||||
qcom,phy_mii_type = <0>;
|
|
||||||
qcom,emulation = <0>;
|
|
||||||
qcom,forced-speed = <1000>;
|
|
||||||
qcom,forced-duplex = <1>;
|
|
||||||
qcom,socver = <0>;
|
|
||||||
qcom,irq = <255>;
|
|
||||||
mdiobus = <&mdio0>;
|
|
||||||
pinctrl-0 = <&rgmii2_pins>;
|
pinctrl-0 = <&rgmii2_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
||||||
@ -244,22 +228,9 @@
|
|||||||
|
|
||||||
&gmac2 {
|
&gmac2 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
compatible = "qcom,nss-gmac";
|
|
||||||
reg = <0x37400000 0x200000>;
|
|
||||||
interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
phy-mode = "sgmii";
|
phy-mode = "sgmii";
|
||||||
qcom,id = <2>;
|
qcom,id = <2>;
|
||||||
qcom,pcs-chanid = <1>;
|
|
||||||
qcom,phy-mdio-addr = <0>;
|
|
||||||
qcom,poll-required = <0>; /* no polling */
|
|
||||||
qcom,rgmii-delay = <0>;
|
|
||||||
qcom,phy_mii_type = <1>;
|
|
||||||
qcom,emulation = <0>;
|
|
||||||
qcom,forced-speed = <1000>;
|
|
||||||
qcom,forced-duplex = <1>;
|
|
||||||
qcom,socver = <0>;
|
|
||||||
qcom,irq = <258>;
|
|
||||||
mdiobus = <&mdio0>;
|
|
||||||
fixed-link {
|
fixed-link {
|
||||||
speed = <1000>;
|
speed = <1000>;
|
||||||
full-duplex;
|
full-duplex;
|
||||||
@ -273,4 +244,4 @@
|
|||||||
|
|
||||||
&adm_dma {
|
&adm_dma {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
Loading…
x
Reference in New Issue
Block a user