arm64: dts: meson-g12a: fix reset controller compatible
authorNeil Armstrong <narmstrong@baylibre.com>
Fri, 23 Aug 2019 07:02:44 +0000 (09:02 +0200)
committerKevin Hilman <khilman@baylibre.com>
Thu, 29 Aug 2019 23:13:35 +0000 (16:13 -0700)
This fixes the following DT schemas check errors:
meson-g12a-u200.dt.yaml: reset-controller@1004: compatible:0: 'amlogic,meson-g12a-reset' is not one of ['amlogic,meson8b-reset', 'amlogic,meson-gxbb-reset', 'amlogic,meson-axg-reset']
meson-g12a-sei510.dt.yaml: reset-controller@1004: compatible:0: 'amlogic,meson-g12a-reset' is not one of ['amlogic,meson8b-reset', 'amlogic,meson-gxbb-reset', 'amlogic,meson-axg-reset']

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi

index 1a5efa2..d09c7a5 100644 (file)
                        ranges = <0x0 0x0 0x0 0xffd00000 0x0 0x100000>;
 
                        reset: reset-controller@1004 {
-                               compatible = "amlogic,meson-g12a-reset",
-                                            "amlogic,meson-axg-reset";
+                               compatible = "amlogic,meson-axg-reset";
                                reg = <0x0 0x1004 0x0 0x9c>;
                                #reset-cells = <1>;
                        };