Re: [PATCH] of_net: Fix residues after of_get_nvmem_mac_address removal

2019-04-19 Thread David Miller
From: Petr Štetiar Date: Wed, 17 Apr 2019 22:09:12 +0200 > I've discovered following discrepancy in the bindings/net/ethernet.txt > documentation, where it states following: > > - nvmem-cells: phandle, reference to an nvmem node for the MAC address; > - nvmem-cell-names: string, should be "mac

[PATCH] of_net: Fix residues after of_get_nvmem_mac_address removal

2019-04-17 Thread Petr Štetiar
I've discovered following discrepancy in the bindings/net/ethernet.txt documentation, where it states following: - nvmem-cells: phandle, reference to an nvmem node for the MAC address; - nvmem-cell-names: string, should be "mac-address" if nvmem is to be.. which is actually misleading and confu