Re: [PATCH RESEND v2 net-next] net: hisilicon: updates HNS config and documents
From: Arnd Bergmann <arnd@arndb.de>
Date: 2015-10-30 14:21:40
Also in:
linux-arm-kernel, linux-devicetree, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2015-10-30 14:21:40
Also in:
linux-arm-kernel, linux-devicetree, lkml
On Tuesday 27 October 2015 19:16:34 huangdaode wrote:
mdio@803c0000 {
#address-cells = <1>;
#size-cells = <0>;
- compatible = "hisilicon,mdio","hisilicon,hns-mdio";
+ compatible = "hisilicon,hns-mdio","hisilicon,mdio";
reg = <0x0 0x803c0000 0x0 0x10000>;
Does "hisilicon,mdio" actually have a specific meaning? Is that just there for legacy reasons? Arnd