X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fbcm53xx%2Fpatches-3.14%2F351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch;h=f185592c8119101a777e6b2e3327d87898ea6842;hp=b5eecec81559aa3b3e2c03e0ceef7bfa28b83425;hb=251b42d4918a4508e71355669009399dfd5b47c4;hpb=5ecce85db7256badd0f415870618f12f9796c9d2 diff --git a/target/linux/bcm53xx/patches-3.14/351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch b/target/linux/bcm53xx/patches-3.14/351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch index b5eecec815..f185592c81 100644 --- a/target/linux/bcm53xx/patches-3.14/351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch +++ b/target/linux/bcm53xx/patches-3.14/351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch @@ -128,3 +128,22 @@ Signed-off-by: Rafał Miłecki gpio-keys { compatible = "gpio-keys-polled"; #address-cells = <1>; +--- a/arch/arm/boot/dts/bcm4709-netgear-r8000.dts ++++ b/arch/arm/boot/dts/bcm4709-netgear-r8000.dts +@@ -23,4 +23,16 @@ + reg = <0x00000000 0x08000000 + 0x88000000 0x08000000>; + }; ++ ++ chipcommonA { ++ uart0: serial@0300 { ++ status = "okay"; ++ clock-frequency = <130000000>; ++ }; ++ ++ uart1: serial@0400 { ++ status = "okay"; ++ clock-frequency = <130000000>; ++ }; ++ }; + };