@@ -31,14 +31,6 @@ video_engine_memory: video {
compatible = "shared-dma-pool";
reusable;
};
-
- gfx_memory: framebuffer {
- size = <0x01000000>;
- alignment = <0x01000000>;
- compatible = "shared-dma-pool";
- reusable;
- };
-
};
leds {
@@ -118,7 +110,7 @@ partitions {
#size-cells = <1>;
all-bios@0 {
label = "all_part_bios";
- reg = <0x000000000 0x02000000>;
+ reg = <0x00000000 0x02000000>;
};
};
};
@@ -300,15 +292,6 @@ &mac0 {
pinctrl-0 = <&pinctrl_rgmii1_default>;
};
-&mdio1 {
- status = "disabled";
-
- ethphy1: ethernet-phy@0 {
- compatible = "ethernet-phy-ieee802.3-c22";
- reg = <0>;
- };
-};
-
&mac1 {
status = "disabled";
pinctrl-names = "default";
@@ -317,15 +300,6 @@ &mac1 {
phy-handle = <ðphy1>;
};
-&mdio2 {
- status = "disabled";
-
- ethphy2: ethernet-phy@0 {
- compatible = "ethernet-phy-ieee802.3-c22";
- reg = <0>;
- };
-};
-
&mac2 {
status = "okay";
pinctrl-names = "default";
@@ -333,15 +307,6 @@ &mac2 {
use-ncsi;
};
-&mdio3 {
- status = "disabled";
-
- ethphy3: ethernet-phy@0 {
- compatible = "ethernet-phy-ieee802.3-c22";
- reg = <0>;
- };
-};
-
&mac3 {
status = "disabled";
pinctrl-names = "default";