From 10ebd8556b7990499c896a550e3d416b444211e6 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 02:23:07 +0000 Subject: [PATCH] add led --- kernel/arch/arm/boot/dts/imx6dl-phytec-pfla02.dtsi | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/kernel/arch/arm/boot/dts/imx6dl-phytec-pfla02.dtsi b/kernel/arch/arm/boot/dts/imx6dl-phytec-pfla02.dtsi index 7d98889..6f8aaf5 100644 --- a/kernel/arch/arm/boot/dts/imx6dl-phytec-pfla02.dtsi +++ b/kernel/arch/arm/boot/dts/imx6dl-phytec-pfla02.dtsi @@ -1,12 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright 2013 Christian Hemp, Phytec Messtechnik GmbH - * - * 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 "imx6dl.dtsi" @@ -17,6 +11,7 @@ compatible = "phytec,imx6dl-pfla02", "fsl,imx6dl"; memory@10000000 { + device_type = "memory"; reg = <0x10000000 0x20000000>; }; }; -- Gitblit v1.6.2