diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2015-03-01 22:45:37 +0300 |
---|---|---|
committer | Carlo Caione <carlo@endlessm.com> | 2015-03-02 13:00:55 +0300 |
commit | 2345d5058344b0dcd02bb602d64e796fcdbc8f34 (patch) | |
tree | 05e137afa863feefce18414d40612f3899e94d00 /arch/arm/boot/dts/meson6-atv1200.dts | |
parent | 03bb95124e100ecccd62604f3261584c6977f1e5 (diff) | |
download | linux-2345d5058344b0dcd02bb602d64e796fcdbc8f34.tar.xz |
ARM: dts: meson: enable Ethernet controller
Add a node for the Ethernet controller to Meson DTS file and
enable it on the Geniatech ATV1200 board.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Signed-off-by: Carlo Caione <carlo@endlessm.com>
Diffstat (limited to 'arch/arm/boot/dts/meson6-atv1200.dts')
-rw-r--r-- | arch/arm/boot/dts/meson6-atv1200.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson6-atv1200.dts b/arch/arm/boot/dts/meson6-atv1200.dts index d7d351a68944..1237faa63ce6 100644 --- a/arch/arm/boot/dts/meson6-atv1200.dts +++ b/arch/arm/boot/dts/meson6-atv1200.dts @@ -64,3 +64,7 @@ &uart_AO { status = "okay"; }; + +ðmac { + status = "okay"; +}; |