From f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 01:04:47 +0000 Subject: [PATCH] add driver 5G --- 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