diff options
author | Tony Lindgren <tony@atomide.com> | 2020-03-17 19:45:58 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-03-17 19:48:52 +0300 |
commit | 6398f3478e45ffe66117aa939e0cb44ce5d90604 (patch) | |
tree | 2c41c55de08e7ce74e6686d67dbc2c8c254f487c /arch/arm/boot/dts/dra62x.dtsi | |
parent | a7cbd5cb4187eda7f633c7c5df9d9cc12ec9f7b8 (diff) | |
download | linux-6398f3478e45ffe66117aa939e0cb44ce5d90604.tar.xz |
ARM: dts: Configure interconnect target module for dm814x cpsw
We can now probe devices with device tree only configuration using
ti-sysc interconnect target module driver. Let's configure the
module and drop the legacy "ti,hwmods" property.
As this module is very similar to what we already have configured
and working for am33xx, let's just update the whole cpsw with a
single patch to avoid some extra churn on the dts files.
Cc: Graeme Smecher <gsmecher@threespeedlogic.com>
Cc: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra62x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra62x.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/dra62x.dtsi b/arch/arm/boot/dts/dra62x.dtsi index d3cbb4ea35a8..cc4878aaa8ea 100644 --- a/arch/arm/boot/dts/dra62x.dtsi +++ b/arch/arm/boot/dts/dra62x.dtsi @@ -12,12 +12,12 @@ /* Compared to dm814x, dra62x has different offsets for Ethernet */ &mac { - reg = <0x4a100000 0x800 - 0x4a101200 0x100>; + reg = <0 0x800>, + <0x1200 0x100>; }; &davinci_mdio { - reg = <0x4a101000 0x100>; + reg = <0x1000 0x100>; }; #include "dra62x-clocks.dtsi" |