From 166cfe5fb11847b287f50b077f4bc1f01aeaf02f Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Wed, 10 Jun 2020 18:46:59 +0200 Subject: [PATCH] dts: arm: nordic: rename nrf5340_cpuapp_common.dtsi This commit renames the nrf5340_cpuapp_common.dtsi header to nrf5340_cpuapp_peripherals.dtsi. This name is more appropriate, as the header contains DT definitions for peripherals, accessible from either Secure or Non-secure execution environment (i.e. not accessible exclusively by Secure or Non-Secure). Signed-off-by: Ioannis Glaropoulos --- dts/arm/nordic/nrf5340_cpuapp.dtsi | 2 +- ...f5340_cpuapp_common.dtsi => nrf5340_cpuapp_peripherals.dtsi} | 0 dts/arm/nordic/nrf5340_cpuappns.dtsi | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename dts/arm/nordic/{nrf5340_cpuapp_common.dtsi => nrf5340_cpuapp_peripherals.dtsi} (100%) diff --git a/dts/arm/nordic/nrf5340_cpuapp.dtsi b/dts/arm/nordic/nrf5340_cpuapp.dtsi index eaa34ede139..f6a2fb95dbb 100644 --- a/dts/arm/nordic/nrf5340_cpuapp.dtsi +++ b/dts/arm/nordic/nrf5340_cpuapp.dtsi @@ -46,7 +46,7 @@ /* Common nRF5340 Application MCU * peripheral description */ - #include "nrf5340_cpuapp_common.dtsi" + #include "nrf5340_cpuapp_peripherals.dtsi" }; /* Additional Secure peripherals */ diff --git a/dts/arm/nordic/nrf5340_cpuapp_common.dtsi b/dts/arm/nordic/nrf5340_cpuapp_peripherals.dtsi similarity index 100% rename from dts/arm/nordic/nrf5340_cpuapp_common.dtsi rename to dts/arm/nordic/nrf5340_cpuapp_peripherals.dtsi diff --git a/dts/arm/nordic/nrf5340_cpuappns.dtsi b/dts/arm/nordic/nrf5340_cpuappns.dtsi index d065727b4f7..6d7c24275e9 100644 --- a/dts/arm/nordic/nrf5340_cpuappns.dtsi +++ b/dts/arm/nordic/nrf5340_cpuappns.dtsi @@ -48,7 +48,7 @@ /* Common nRF5340 Application MCU * peripheral description */ - #include "nrf5340_cpuapp_common.dtsi" + #include "nrf5340_cpuapp_peripherals.dtsi" }; /* Additional Non-Secure peripherals */