diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-05-21 22:08:32 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-05-23 21:00:52 +0200 |
commit | 949bdcc8a97c6078f21c8d4966436b117f2e4cd3 (patch) | |
tree | 0100d3c4709b7a4344ceefba8d3f55a907fb9914 /arch/arm/boot/dts/dra7.dtsi | |
parent | ARM: dts: omap: fix OMAP3 CM-T3x OF graph video connectors (diff) | |
download | linux-949bdcc8a97c6078f21c8d4966436b117f2e4cd3.tar.xz linux-949bdcc8a97c6078f21c8d4966436b117f2e4cd3.zip |
ARM: dts: dra7: fix DCAN node addresses
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>
Diffstat (limited to 'arch/arm/boot/dts/dra7.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index f4ddd86f2c77..8b423eacf76b 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -1895,7 +1895,7 @@ }; }; - dcan1: can@481cc000 { + dcan1: can@4ae3c000 { compatible = "ti,dra7-d_can"; ti,hwmods = "dcan1"; reg = <0x4ae3c000 0x2000>; @@ -1905,7 +1905,7 @@ status = "disabled"; }; - dcan2: can@481d0000 { + dcan2: can@48480000 { compatible = "ti,dra7-d_can"; ti,hwmods = "dcan2"; reg = <0x48480000 0x2000>; |