From b22da3d8526a935aa31e086e63f60ff3246cb61c Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 09 Dec 2023 07:24:11 +0000
Subject: [PATCH] add stmac read mac form eeprom
---
kernel/arch/arm/boot/dts/ste-href-ab8500.dtsi | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/kernel/arch/arm/boot/dts/ste-href-ab8500.dtsi b/kernel/arch/arm/boot/dts/ste-href-ab8500.dtsi
index 9b69bce..3ccb7b5 100644
--- a/kernel/arch/arm/boot/dts/ste-href-ab8500.dtsi
+++ b/kernel/arch/arm/boot/dts/ste-href-ab8500.dtsi
@@ -1,19 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright 2014 Linaro Ltd.
- *
- * The code contained herein is licensed under the GNU General Public
- * License. You may obtain a copy of the GNU General Public License
- * Version 2 or later at the following locations:
- *
- * http://www.opensource.org/licenses/gpl-license.html
- * http://www.gnu.org/copyleft/gpl.html
*/
+
+#include "ste-ab8500.dtsi"
/ {
soc {
prcmu@80157000 {
ab8500 {
- ab8500-gpio {
+ ab8500-gpiocontroller {
/* Hog a few default settings */
pinctrl-names = "default";
pinctrl-0 = <&gpio2_default_mode>,
--
Gitblit v1.6.2