diff options
author | Christian Hewitt <christianshewitt@gmail.com> | 2021-10-12 07:25:21 +0200 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2021-11-15 10:28:17 +0100 |
commit | c019abb2feba3cbbd7cf7178f8e6499c4fa6fced (patch) | |
tree | 75c26c3551a60853ad6f3996f628db741fdba513 /arch/arm64 | |
parent | arm64: dts: meson-gxbb-wetek: fix HDMI in early boot (diff) | |
download | linux-c019abb2feba3cbbd7cf7178f8e6499c4fa6fced.tar.xz linux-c019abb2feba3cbbd7cf7178f8e6499c4fa6fced.zip |
arm64: dts: meson-gxbb-wetek: fix missing GPIO binding
The absence of this binding appears to be harmless in Linux but it breaks
Ethernet support in mainline u-boot. So add the binding (which is present
in all other u-boot supported GXBB device-trees).
Fixes: fb72c03e0e32 ("ARM64: dts: meson-gxbb-wetek: add a wetek specific dtsi to cleanup hub and play2")
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20211012052522.30873-3-christianshewitt@gmail.com
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi index 8e2af986ceba..a4d34398da35 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi @@ -6,6 +6,7 @@ */ #include "meson-gxbb.dtsi" +#include <dt-bindings/gpio/gpio.h> / { aliases { |