diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-09-21 23:58:33 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-10-19 16:40:47 +0300 |
commit | fa87b008da3fcfc030545a48310dbfddd538a3c7 (patch) | |
tree | 74b99967b75352d65c188f336d24b20a4a5df97a /arch/arm/boot/dts/bcm4709-netgear-r8000.dts | |
parent | 54b902a4cd020cf0208d6cdb7e859adecdcd8216 (diff) | |
download | linux-fa87b008da3fcfc030545a48310dbfddd538a3c7.tar.xz |
ARM: BCM5301X: Enable UART on Netgear R8000
It was tested by LEDE users, all we need is to adjust clock frequency.
While we're at it create a separated DTS include file to share code with
other BCM4709 devices easier.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm4709-netgear-r8000.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm4709-netgear-r8000.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm4709-netgear-r8000.dts b/arch/arm/boot/dts/bcm4709-netgear-r8000.dts index ca181516c28a..92f8a7219e98 100644 --- a/arch/arm/boot/dts/bcm4709-netgear-r8000.dts +++ b/arch/arm/boot/dts/bcm4709-netgear-r8000.dts @@ -9,7 +9,7 @@ /dts-v1/; -#include "bcm4708.dtsi" +#include "bcm4709.dtsi" #include "bcm5301x-nand-cs0-bch8.dtsi" / { @@ -107,6 +107,10 @@ }; }; +&uart0 { + status = "okay"; +}; + &usb2 { vcc-gpio = <&chipcommon 0 GPIO_ACTIVE_HIGH>; }; |