From 12bbcdfd0e5e54566932c17027d63fdec5dec234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Arg=C3=BCelles?= Date: Tue, 26 Nov 2024 09:10:29 +0700 Subject: [PATCH] dts: bindings: relocate nxp,ftm to timer bindings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NXP FlexTimer Module is a configurable timer peripheral hence it should be located under bindings/timer. Signed-off-by: Manuel Argüelles --- dts/bindings/{arm => timer}/nxp,ftm.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename dts/bindings/{arm => timer}/nxp,ftm.yaml (100%) diff --git a/dts/bindings/arm/nxp,ftm.yaml b/dts/bindings/timer/nxp,ftm.yaml similarity index 100% rename from dts/bindings/arm/nxp,ftm.yaml rename to dts/bindings/timer/nxp,ftm.yaml