From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/arch/arm/boot/dts/imx6dl-aristainetos_4.dts | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/kernel/arch/arm/boot/dts/imx6dl-aristainetos_4.dts b/kernel/arch/arm/boot/dts/imx6dl-aristainetos_4.dts index ad77336..5c7e853 100644 --- a/kernel/arch/arm/boot/dts/imx6dl-aristainetos_4.dts +++ b/kernel/arch/arm/boot/dts/imx6dl-aristainetos_4.dts @@ -1,12 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * support fot the imx6 based aristainetos board * * Copyright (C) 2014 Heiko Schocher <hs@denx.de> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * */ /dts-v1/; #include "imx6dl.dtsi" @@ -28,6 +24,7 @@ }; memory@10000000 { + device_type = "memory"; reg = <0x10000000 0x40000000>; }; @@ -64,7 +61,7 @@ }; &ecspi2 { - cs-gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>; + cs-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_ecspi2>; status = "okay"; @@ -82,5 +79,6 @@ }; &pwm1 { + #pwm-cells = <2>; status = "okay"; }; -- Gitblit v1.6.2