diff mbox series

[U-Boot,1/3] ARM: dts: imx6q-tbs2910: Sync devicetree with kernel 5.3

Message ID 20191010225950.10823-1-smoch@web.de
State Accepted
Commit dc6c8fb84e805c81b8ae5765f1ef8455ba5e0903
Delegated to: Stefano Babic
Headers show
Series [U-Boot,1/3] ARM: dts: imx6q-tbs2910: Sync devicetree with kernel 5.3 | expand

Commit Message

Sören Moch Oct. 10, 2019, 10:59 p.m. UTC
Signed-off-by: Soeren Moch <smoch@web.de>
---
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: u-boot@lists.denx.de
---
 arch/arm/dts/imx6q-tbs2910.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--
2.17.1

Comments

Stefano Babic Oct. 14, 2019, 12:40 p.m. UTC | #1
> Signed-off-by: Soeren Moch <smoch@web.de>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/arch/arm/dts/imx6q-tbs2910.dts b/arch/arm/dts/imx6q-tbs2910.dts
index 21e62c0cab..cc5df37b46 100644
--- a/arch/arm/dts/imx6q-tbs2910.dts
+++ b/arch/arm/dts/imx6q-tbs2910.dts
@@ -24,6 +24,7 @@ 
 	};

 	memory@10000000 {
+		device_type = "memory";
 		reg = <0x10000000 0x80000000>;
 	};

@@ -104,7 +105,7 @@ 
 &fec {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_enet>;
-	phy-mode = "rgmii";
+	phy-mode = "rgmii-id";
 	phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
 	status = "okay";
 };