[RESEND PATCH 1/2] dt-bindings: soc: altera: Move altera.yaml from arm to soc

From: Dinh Nguyen

Date: Tue Nov 25 2025 - 08:40:21 EST


All Altera boards can hosts soft core CPUs like NIOS V or a RISC V, so
it makes sense to move from the arm to soc folder. This change is similar
to what was done for xilinx.yaml by commit 6f3ecaea6324 ("dt-bindings:
soc: xilinx: Move xilinx.yaml from arm to soc").

Signed-off-by: Dinh Nguyen <dinguyen@xxxxxxxxxx>
---
.../devicetree/bindings/{arm => soc/altera}/altera.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename Documentation/devicetree/bindings/{arm => soc/altera}/altera.yaml (97%)

diff --git a/Documentation/devicetree/bindings/arm/altera.yaml b/Documentation/devicetree/bindings/soc/altera/altera.yaml
similarity index 97%
rename from Documentation/devicetree/bindings/arm/altera.yaml
rename to Documentation/devicetree/bindings/soc/altera/altera.yaml
index db61537b7115..7c6827837b95 100644
--- a/Documentation/devicetree/bindings/arm/altera.yaml
+++ b/Documentation/devicetree/bindings/soc/altera/altera.yaml
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
%YAML 1.2
---
-$id: http://devicetree.org/schemas/arm/altera.yaml#
+$id: http://devicetree.org/schemas/soc/altera/altera.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Altera's SoCFPGA platform
--
2.42.0.411.g813d9a9188