mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 04:31:30 +00:00
33 lines
1.2 KiB
Diff
33 lines
1.2 KiB
Diff
From 96bb0e73cb58befe53b8b3783d258f9db38cd70e Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Tue, 19 Jan 2021 15:32:38 +0000
|
|
Subject: [PATCH 21/88] FROMGIT: dt-bindings: arm: amlogic: sort SM1 bindings
|
|
|
|
Sort the bindings before adding new SM1 devices.
|
|
|
|
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
|
|
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
|
|
---
|
|
Documentation/devicetree/bindings/arm/amlogic.yaml | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
index dccfc048fb1c..35995a1f97db 100644
|
|
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
@@ -165,9 +165,9 @@ properties:
|
|
- description: Boards with the Amlogic Meson SM1 S905X3/D3/Y3 SoC
|
|
items:
|
|
- enum:
|
|
- - seirobotics,sei610
|
|
- - khadas,vim3l
|
|
- hardkernel,odroid-c4
|
|
+ - khadas,vim3l
|
|
+ - seirobotics,sei610
|
|
- const: amlogic,sm1
|
|
|
|
- description: Boards with the Amlogic Meson A1 A113L SoC
|
|
--
|
|
2.17.1
|
|
|