Message ID | 1396383197-5979-1-git-send-email-swarren@wwwdotorg.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 04/01/2014 02:13 PM, Stephen Warren wrote: > From: Stephen Warren <swarren@nvidia.com> > > Tegra124 only has 4 UARTs. Parts of the documentation hint at a fifth > UART, but this appears to be left-over from earlier SoC documentation. > Remove the non-existent DT node for UART5. arm-soc maintainers, I'm hoping this will be applied as a fix for v3.15 through the arm-soc tree. Do you want me to send a pull request with the series? Patch 2/3 does touch files in drivers/clk; are you waiting for Mike's ack on it? It already has Peter's ack as Tegra clock driver maintainer. Thanks.
diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index cf45a1a39483..6d540a025148 100644 --- a/arch/arm/boot/dts/tegra124.dtsi +++ b/arch/arm/boot/dts/tegra124.dtsi @@ -233,19 +233,6 @@ status = "disabled"; }; - serial@0,70006400 { - compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart"; - reg = <0x0 0x70006400 0x0 0x40>; - reg-shift = <2>; - interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>; - clocks = <&tegra_car TEGRA124_CLK_UARTE>; - resets = <&tegra_car 66>; - reset-names = "serial"; - dmas = <&apbdma 20>, <&apbdma 20>; - dma-names = "rx", "tx"; - status = "disabled"; - }; - pwm@0,7000a000 { compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm"; reg = <0x0 0x7000a000 0x0 0x100>;