diff options
Diffstat (limited to 'target/linux/generic/pending-5.4/682-of_net-add-mac-address-increment-support.patch')
-rw-r--r-- | target/linux/generic/pending-5.4/682-of_net-add-mac-address-increment-support.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/pending-5.4/682-of_net-add-mac-address-increment-support.patch b/target/linux/generic/pending-5.4/682-of_net-add-mac-address-increment-support.patch index 81f946ff7f..120ef52ff8 100644 --- a/target/linux/generic/pending-5.4/682-of_net-add-mac-address-increment-support.patch +++ b/target/linux/generic/pending-5.4/682-of_net-add-mac-address-increment-support.patch @@ -64,10 +64,10 @@ Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> +static void *of_get_mac_address_mtd(struct device_node *np) { #ifdef CONFIG_MTD - struct device_node *mtd_np = NULL; -@@ -161,28 +166,54 @@ free: + struct platform_device *pdev = of_find_device_by_node(np); +@@ -146,28 +151,54 @@ static const void *of_get_mac_address_mt * If a mtd-mac-address property exists, try to fetch the MAC address from the - * specified mtd device, and store it as a 'mac-address' property + * specified mtd device. * + * DT can tell the system to increment the mac-address after is extracted by + * using: |