From 50a212ec906f7524620675f0c57357691c26c81f Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 16 Oct 2024 01:20:19 +0000
Subject: [PATCH] 修改GPIO导出默认初始值
---
kernel/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/kernel/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi b/kernel/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi
index d3e79fb..710cb72 100644
--- a/kernel/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi
+++ b/kernel/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi
@@ -1,12 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (C) 2015 Marek Vasut <marex@denx.de>
- *
- * 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 "sama5d4.dtsi"
@@ -15,7 +9,7 @@
model = "Aries/DENX MA5D4";
compatible = "aries,ma5d4", "denx,ma5d4", "atmel,sama5d4", "atmel,sama5";
- memory {
+ memory@20000000 {
reg = <0x20000000 0x10000000>;
};
--
Gitblit v1.6.2