diff options
author | Soeren Moch <smoch@web.de> | 2019-10-11 00:59:48 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-10-13 22:49:11 +0200 |
commit | dc6c8fb84e805c81b8ae5765f1ef8455ba5e0903 (patch) | |
tree | b125b78990a2ea2fba8b587dc65a68018e4d2b9d /arch/arm | |
parent | 6ee03c92121575b8a2d4a2c7f39959fdf32436ef (diff) |
ARM: dts: imx6q-tbs2910: Sync devicetree with kernel 5.3
Signed-off-by: Soeren Moch <smoch@web.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/imx6q-tbs2910.dts | 3 |
1 files changed, 2 insertions, 1 deletions
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"; }; |