From 813ed00f67cbb0a76102ec4062b28a87ac706346 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Wed, 28 Feb 2024 15:39:09 +0000 Subject: [PATCH] soc: raspberry_pi: Rename to raspberrypi Aligns with the vendor prefix Signed-off-by: Jamie McCrae --- soc/{raspberry_pi => raspberrypi}/CMakeLists.txt | 0 soc/{raspberry_pi => raspberrypi}/Kconfig | 0 soc/{raspberry_pi => raspberrypi}/Kconfig.defconfig | 0 soc/{raspberry_pi => raspberrypi}/Kconfig.soc | 0 soc/{raspberry_pi => raspberrypi}/rp2xxx/CMakeLists.txt | 0 soc/{raspberry_pi => raspberrypi}/rp2xxx/Kconfig | 0 soc/{raspberry_pi => raspberrypi}/rp2xxx/Kconfig.defconfig | 0 soc/{raspberry_pi => raspberrypi}/rp2xxx/Kconfig.defconfig.rp2040 | 0 soc/{raspberry_pi => raspberrypi}/rp2xxx/Kconfig.soc | 0 soc/{raspberry_pi => raspberrypi}/rp2xxx/linker.ld | 0 soc/{raspberry_pi => raspberrypi}/rp2xxx/pinctrl_soc.h | 0 soc/{raspberry_pi => raspberrypi}/rp2xxx/soc.c | 0 soc/{raspberry_pi => raspberrypi}/rp2xxx/soc.h | 0 soc/{raspberry_pi => raspberrypi}/soc.yml | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename soc/{raspberry_pi => raspberrypi}/CMakeLists.txt (100%) rename soc/{raspberry_pi => raspberrypi}/Kconfig (100%) rename soc/{raspberry_pi => raspberrypi}/Kconfig.defconfig (100%) rename soc/{raspberry_pi => raspberrypi}/Kconfig.soc (100%) rename soc/{raspberry_pi => raspberrypi}/rp2xxx/CMakeLists.txt (100%) rename soc/{raspberry_pi => raspberrypi}/rp2xxx/Kconfig (100%) rename soc/{raspberry_pi => raspberrypi}/rp2xxx/Kconfig.defconfig (100%) rename soc/{raspberry_pi => raspberrypi}/rp2xxx/Kconfig.defconfig.rp2040 (100%) rename soc/{raspberry_pi => raspberrypi}/rp2xxx/Kconfig.soc (100%) rename soc/{raspberry_pi => raspberrypi}/rp2xxx/linker.ld (100%) rename soc/{raspberry_pi => raspberrypi}/rp2xxx/pinctrl_soc.h (100%) rename soc/{raspberry_pi => raspberrypi}/rp2xxx/soc.c (100%) rename soc/{raspberry_pi => raspberrypi}/rp2xxx/soc.h (100%) rename soc/{raspberry_pi => raspberrypi}/soc.yml (100%) diff --git a/soc/raspberry_pi/CMakeLists.txt b/soc/raspberrypi/CMakeLists.txt similarity index 100% rename from soc/raspberry_pi/CMakeLists.txt rename to soc/raspberrypi/CMakeLists.txt diff --git a/soc/raspberry_pi/Kconfig b/soc/raspberrypi/Kconfig similarity index 100% rename from soc/raspberry_pi/Kconfig rename to soc/raspberrypi/Kconfig diff --git a/soc/raspberry_pi/Kconfig.defconfig b/soc/raspberrypi/Kconfig.defconfig similarity index 100% rename from soc/raspberry_pi/Kconfig.defconfig rename to soc/raspberrypi/Kconfig.defconfig diff --git a/soc/raspberry_pi/Kconfig.soc b/soc/raspberrypi/Kconfig.soc similarity index 100% rename from soc/raspberry_pi/Kconfig.soc rename to soc/raspberrypi/Kconfig.soc diff --git a/soc/raspberry_pi/rp2xxx/CMakeLists.txt b/soc/raspberrypi/rp2xxx/CMakeLists.txt similarity index 100% rename from soc/raspberry_pi/rp2xxx/CMakeLists.txt rename to soc/raspberrypi/rp2xxx/CMakeLists.txt diff --git a/soc/raspberry_pi/rp2xxx/Kconfig b/soc/raspberrypi/rp2xxx/Kconfig similarity index 100% rename from soc/raspberry_pi/rp2xxx/Kconfig rename to soc/raspberrypi/rp2xxx/Kconfig diff --git a/soc/raspberry_pi/rp2xxx/Kconfig.defconfig b/soc/raspberrypi/rp2xxx/Kconfig.defconfig similarity index 100% rename from soc/raspberry_pi/rp2xxx/Kconfig.defconfig rename to soc/raspberrypi/rp2xxx/Kconfig.defconfig diff --git a/soc/raspberry_pi/rp2xxx/Kconfig.defconfig.rp2040 b/soc/raspberrypi/rp2xxx/Kconfig.defconfig.rp2040 similarity index 100% rename from soc/raspberry_pi/rp2xxx/Kconfig.defconfig.rp2040 rename to soc/raspberrypi/rp2xxx/Kconfig.defconfig.rp2040 diff --git a/soc/raspberry_pi/rp2xxx/Kconfig.soc b/soc/raspberrypi/rp2xxx/Kconfig.soc similarity index 100% rename from soc/raspberry_pi/rp2xxx/Kconfig.soc rename to soc/raspberrypi/rp2xxx/Kconfig.soc diff --git a/soc/raspberry_pi/rp2xxx/linker.ld b/soc/raspberrypi/rp2xxx/linker.ld similarity index 100% rename from soc/raspberry_pi/rp2xxx/linker.ld rename to soc/raspberrypi/rp2xxx/linker.ld diff --git a/soc/raspberry_pi/rp2xxx/pinctrl_soc.h b/soc/raspberrypi/rp2xxx/pinctrl_soc.h similarity index 100% rename from soc/raspberry_pi/rp2xxx/pinctrl_soc.h rename to soc/raspberrypi/rp2xxx/pinctrl_soc.h diff --git a/soc/raspberry_pi/rp2xxx/soc.c b/soc/raspberrypi/rp2xxx/soc.c similarity index 100% rename from soc/raspberry_pi/rp2xxx/soc.c rename to soc/raspberrypi/rp2xxx/soc.c diff --git a/soc/raspberry_pi/rp2xxx/soc.h b/soc/raspberrypi/rp2xxx/soc.h similarity index 100% rename from soc/raspberry_pi/rp2xxx/soc.h rename to soc/raspberrypi/rp2xxx/soc.h diff --git a/soc/raspberry_pi/soc.yml b/soc/raspberrypi/soc.yml similarity index 100% rename from soc/raspberry_pi/soc.yml rename to soc/raspberrypi/soc.yml