@@ -100,7 +100,6 @@
&emac {
status = "okay";
- compatible = "rockchip,rk3188-emac";
pinctrl-names = "default";
pinctrl-0 = <&emac_xfer>, <&emac_mdio>, <&phy_int>;
@@ -193,14 +193,14 @@
emac {
emac_xfer: emac-xfer {
- rockchip,pins = <RK_GPIO3 16 RK_FUNC_2 &pcfg_pull_none>, //tx_en
- <RK_GPIO3 17 RK_FUNC_2 &pcfg_pull_none>, //txd1
- <RK_GPIO3 18 RK_FUNC_2 &pcfg_pull_none>, //txd0
- <RK_GPIO3 19 RK_FUNC_2 &pcfg_pull_none>, //rxd0
- <RK_GPIO3 20 RK_FUNC_2 &pcfg_pull_none>, //rxd1
- <RK_GPIO3 21 RK_FUNC_2 &pcfg_pull_none>, //mac_clk
- <RK_GPIO3 22 RK_FUNC_2 &pcfg_pull_none>, //rx_err
- <RK_GPIO3 23 RK_FUNC_2 &pcfg_pull_none>; //crs_dvalid
+ rockchip,pins = <RK_GPIO3 16 RK_FUNC_2 &pcfg_pull_none>, /* tx_en */
+ <RK_GPIO3 17 RK_FUNC_2 &pcfg_pull_none>, /* txd1 */
+ <RK_GPIO3 18 RK_FUNC_2 &pcfg_pull_none>, /* txd0 */
+ <RK_GPIO3 19 RK_FUNC_2 &pcfg_pull_none>, /* rxd0 */
+ <RK_GPIO3 20 RK_FUNC_2 &pcfg_pull_none>, /* rxd1 */
+ <RK_GPIO3 21 RK_FUNC_2 &pcfg_pull_none>, /* mac_clk */
+ <RK_GPIO3 22 RK_FUNC_2 &pcfg_pull_none>, /* rx_err */
+ <RK_GPIO3 23 RK_FUNC_2 &pcfg_pull_none>; /* crs_dvalid */
};
emac_mdio: emac-mdio {
@@ -385,6 +385,10 @@
};
};
+&emac {
+ compatible = "rockchip,rk3188-emac";
+};
+
&global_timer {
interrupts = <GIC_PPI 11 0xf04>;
};