Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: arc_emac: make the rockchip emac document more compatible

Add the rk3036 SoCs to match driver for document since the emac driver
has supported the rk3036 SoCs.

This patch adds the rk3036/rk3066/rk3188 SoCS to compatible for rockchip
emac ducument. Also, that will suit for other SoCs in the future.

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: netdev@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Alexander Kochetkov <al.kochet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Caesar Wang and committed by
David S. Miller
434242cd 793cf87d

+5 -3
+5 -3
Documentation/devicetree/bindings/net/emac_rockchip.txt
··· 1 - * ARC EMAC 10/100 Ethernet platform driver for Rockchip Rk3066/RK3188 SoCs 1 + * ARC EMAC 10/100 Ethernet platform driver for Rockchip RK3036/RK3066/RK3188 SoCs 2 2 3 3 Required properties: 4 - - compatible: Should be "rockchip,rk3066-emac" or "rockchip,rk3188-emac" 5 - according to the target SoC. 4 + - compatible: should be "rockchip,<name>-emac" 5 + "rockchip,rk3036-emac": found on RK3036 SoCs 6 + "rockchip,rk3066-emac": found on RK3066 SoCs 7 + "rockchip,rk3188-emac": found on RK3188 SoCs 6 8 - reg: Address and length of the register set for the device 7 9 - interrupts: Should contain the EMAC interrupts 8 10 - rockchip,grf: phandle to the syscon grf used to control speed and mode