[U-Boot] [PATCH V2 06/13] ARM: tegra: fix a typo in the tegra114.dtsi
Stephen Warren
swarren at wwwdotorg.org
Fri Jan 24 01:42:53 CET 2014
From: Stephen Warren <swarren at nvidia.com>
The reg property for node spi at 7000d800 was wrong. Fix it to match the
HW. This change was verified against the Linux kernel.
Signed-off-by: Stephen Warren <swarren at nvidia.com>
---
arch/arm/dts/tegra114.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/tegra114.dtsi b/arch/arm/dts/tegra114.dtsi
index 626cc3c982e7..f52fcf14dddc 100644
--- a/arch/arm/dts/tegra114.dtsi
+++ b/arch/arm/dts/tegra114.dtsi
@@ -139,7 +139,7 @@
spi at 7000d800 {
compatible = "nvidia,tegra114-spi";
- reg = <0x7000d480 0x200>;
+ reg = <0x7000d800 0x200>;
interrupts = <0 83 0x04>;
nvidia,dma-request-selector = <&apbdma 17>;
#address-cells = <1>;
--
1.8.1.5
More information about the U-Boot
mailing list