diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2020-03-26 17:59:56 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2020-04-29 11:26:33 -0700 |
commit | 5c28dcbb3a1be167c07784b5f710ec602a57bea2 (patch) | |
tree | 9ac65d11df5a88b476fcccb395ac89cf0cd00669 /arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts | |
parent | 9ecded10b4b6af238da0c86197b0418912e7513e (diff) |
arm64: dts: meson-g12b-ugoos-am6: fix board compatible
Add missing amlogic,s922x in the board compatible list.
It fixes:
meson-g12b-ugoos-am6.dt.yaml: /: compatible: ['ugoos,am6', 'amlogic,g12b'] is not valid under any of the given schemas
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20200326165958.19274-4-narmstrong@baylibre.com
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts b/arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts index 325e448eb09c..de257c1b6d9d 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts +++ b/arch/arm64/boot/dts/amlogic/meson-g12b-ugoos-am6.dts @@ -14,7 +14,7 @@ #include <dt-bindings/sound/meson-g12a-tohdmitx.h> / { - compatible = "ugoos,am6", "amlogic,g12b"; + compatible = "ugoos,am6", "amlogic,s922x", "amlogic,g12b"; model = "Ugoos AM6"; aliases { |