]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: dra7: fix DCAN node addresses
authorKevin Hilman <khilman@baylibre.com>
Mon, 21 May 2018 20:08:32 +0000 (13:08 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 23 May 2018 19:00:52 +0000 (12:00 -0700)
Fix the DT node addresses to match the reg property addresses,
which were verified to match the TRM:
http://www.ti.com/lit/pdf/sprui30

Cc: Roger Quadros <rogerq@ti.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Acked-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7.dtsi

index f4ddd86f2c774a452cb4d711c434fa0f283310d6..8b423eacf76b4fd1a242e7a6e7d03aca1a98943b 100644 (file)
@@ -1895,7 +1895,7 @@ phy_sel: cpsw-phy-sel@4a002554 {
                        };
                };
 
-               dcan1: can@481cc000 {
+               dcan1: can@4ae3c000 {
                        compatible = "ti,dra7-d_can";
                        ti,hwmods = "dcan1";
                        reg = <0x4ae3c000 0x2000>;
@@ -1905,7 +1905,7 @@ dcan1: can@481cc000 {
                        status = "disabled";
                };
 
-               dcan2: can@481d0000 {
+               dcan2: can@48480000 {
                        compatible = "ti,dra7-d_can";
                        ti,hwmods = "dcan2";
                        reg = <0x48480000 0x2000>;