From 8f77e9f6686042a53e9a8e9b49fbb024f251b7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Wed, 26 Aug 2015 15:21:07 +0000 Subject: bcm53xx: add OpenWrt specific stuff for Netgear R7000 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds DT things that couldn't be upstreamed yet. Signed-off-by: Rafał Miłecki SVN-Revision: 46731 --- ...351-ARM-BCM5301X-Enable-ChipCommon-UART-on-untested-devi.patch | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/bcm53xx/patches-4.1/351-ARM-BCM5301X-Enable-ChipCommon-UART-on-untested-devi.patch') diff --git a/target/linux/bcm53xx/patches-4.1/351-ARM-BCM5301X-Enable-ChipCommon-UART-on-untested-devi.patch b/target/linux/bcm53xx/patches-4.1/351-ARM-BCM5301X-Enable-ChipCommon-UART-on-untested-devi.patch index 2c17e882c5..5fe4288576 100644 --- a/target/linux/bcm53xx/patches-4.1/351-ARM-BCM5301X-Enable-ChipCommon-UART-on-untested-devi.patch +++ b/target/linux/bcm53xx/patches-4.1/351-ARM-BCM5301X-Enable-ChipCommon-UART-on-untested-devi.patch @@ -101,3 +101,11 @@ Signed-off-by: Rafał Miłecki + status = "okay"; + clock-frequency = <125000000>; +}; +--- a/arch/arm/boot/dts/bcm4709-netgear-r7000.dts ++++ b/arch/arm/boot/dts/bcm4709-netgear-r7000.dts +@@ -104,4 +104,5 @@ + + &uart0 { + status = "okay"; ++ clock-frequency = <125000000>; + }; -- cgit v1.2.3