mirror of https://gitee.com/openkylin/linux.git
ARM: dts: ZII: update MDIO speed and preamble
Update MDIO configuration with ZII devices to fully utilize MDIO endpoint capabilities. All devices support 12.5MHz clock and don't require MDIO preable. Signed-off-by: Chris Healy <cphealy@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
493e873368
commit
b955387667
|
@ -719,6 +719,8 @@ &fec {
|
|||
mdio {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
clock-frequency = <12500000>;
|
||||
suppress-preamble;
|
||||
status = "okay";
|
||||
|
||||
switch: switch@0 {
|
||||
|
|
|
@ -158,6 +158,8 @@ fixed-link {
|
|||
mdio1: mdio {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
clock-frequency = <12500000>;
|
||||
suppress-preamble;
|
||||
status = "okay";
|
||||
|
||||
switch0: switch0@0 {
|
||||
|
|
|
@ -137,6 +137,8 @@ fixed-link {
|
|||
mdio1: mdio {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
clock-frequency = <12500000>;
|
||||
suppress-preamble;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -119,6 +119,8 @@ fixed-link {
|
|||
mdio1: mdio {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
clock-frequency = <12500000>;
|
||||
suppress-preamble;
|
||||
status = "okay";
|
||||
|
||||
switch0: switch0@0 {
|
||||
|
|
|
@ -105,6 +105,8 @@ fixed-link {
|
|||
mdio1: mdio {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
clock-frequency = <12500000>;
|
||||
suppress-preamble;
|
||||
status = "okay";
|
||||
|
||||
switch0: switch0@0 {
|
||||
|
|
|
@ -133,6 +133,8 @@ fixed-link {
|
|||
mdio1: mdio {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
clock-frequency = <12500000>;
|
||||
suppress-preamble;
|
||||
status = "okay";
|
||||
|
||||
switch0: switch0@0 {
|
||||
|
|
Loading…
Reference in New Issue