From: Stephen Warren Date: Fri, 24 Jan 2014 19:46:12 +0000 (-0700) Subject: ARM: tegra: fix a typo in the tegra114.dtsi X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=49941b22ec99f9ef8ee6673f61e06e8fde239e97;p=project%2Fbcm63xx%2Fu-boot.git ARM: tegra: fix a typo in the tegra114.dtsi The reg property for node spi@7000d800 was wrong. Fix it to match the HW. This change was verified against the Linux kernel. Signed-off-by: Stephen Warren Tested-by: Thierry Reding Signed-off-by: Tom Warren --- diff --git a/arch/arm/dts/tegra114.dtsi b/arch/arm/dts/tegra114.dtsi index 626cc3c982..f52fcf14dd 100644 --- a/arch/arm/dts/tegra114.dtsi +++ b/arch/arm/dts/tegra114.dtsi @@ -139,7 +139,7 @@ spi@7000d800 { compatible = "nvidia,tegra114-spi"; - reg = <0x7000d480 0x200>; + reg = <0x7000d800 0x200>; interrupts = <0 83 0x04>; nvidia,dma-request-selector = <&apbdma 17>; #address-cells = <1>;