From f645bacd06643ba6141f9be34c22681449a42392 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Tue, 22 Feb 2022 15:50:22 +0100 Subject: ath79: reduce 'nvmem-cells' definitions on ALFA Network QCA9531 boards All the QCA9531 based boards from ALFA Network are based on the same design and share a common DTSI: 'qca9531_alfa-network_r36a.dtsi'. Instead of defining 'nvmem-cells' for the MAC address in every device's DTS, move definition to the common DTSI file. Signed-off-by: Piotr Dymacz --- target/linux/ath79/dts/qca9531_alfa-network_r36a.dts | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'target/linux/ath79/dts/qca9531_alfa-network_r36a.dts') diff --git a/target/linux/ath79/dts/qca9531_alfa-network_r36a.dts b/target/linux/ath79/dts/qca9531_alfa-network_r36a.dts index 01e14bb0b1..6af8d3b8b5 100644 --- a/target/linux/ath79/dts/qca9531_alfa-network_r36a.dts +++ b/target/linux/ath79/dts/qca9531_alfa-network_r36a.dts @@ -81,13 +81,3 @@ debounce-interval = <60>; }; }; - -&art { - compatible = "nvmem-cells"; - #address-cells = <1>; - #size-cells = <1>; - - macaddr_art_1002: macaddr@1002 { - reg = <0x1002 0x6>; - }; -}; -- cgit v1.2.3