Browse Source

ARM64: dts: meson-gxl: fix GPIO include

Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Kevin Hilman 8 years ago
parent
commit
1cf3df8a9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

+ 1 - 1
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

@@ -43,7 +43,7 @@
 
 #include "meson-gx.dtsi"
 #include <dt-bindings/clock/gxbb-clkc.h>
-#include <dt-bindings/gpio/meson-gxbb-gpio.h>
+#include <dt-bindings/gpio/meson-gxl-gpio.h>
 
 / {
 	compatible = "amlogic,meson-gxl";