diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-23 10:02:38 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-08-30 02:13:34 +0300 |
commit | 599bfd512e6cc8d7103800126f01cb08c80aaa28 (patch) | |
tree | 63e1e76fc200789ac83ed332030e394c2dbebc37 /arch/arm64 | |
parent | 9632691e1be158d6c4f7251a63e8ff3338b6fcc5 (diff) | |
download | linux-599bfd512e6cc8d7103800126f01cb08c80aaa28.tar.xz |
arm64: dts: meson-gx: fix spifc compatible
This fixes the following DT schemas check errors:
meson-gxl-s805x-libretech-ac.dt.yaml: spi@8c80: compatible:0: 'amlogic,meson-gx-spifc' is not one of ['amlogic,meson6-spifc', 'amlogic,meson-gxbb-spifc']
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi index 08c01e11ba1b..1c580f42e818 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi @@ -317,7 +317,7 @@ }; spifc: spi@8c80 { - compatible = "amlogic,meson-gx-spifc", "amlogic,meson-gxbb-spifc"; + compatible = "amlogic,meson-gxbb-spifc"; reg = <0x0 0x08c80 0x0 0x80>; #address-cells = <1>; #size-cells = <0>; |