Message ID | 20180521200832.24213-1-khilman@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 21/05/18 15:08, Kevin Hilman wrote: > 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> Thanks Kevin. Acked-by: Roger Quadros <rogerq@ti.com> > --- > arch/arm/boot/dts/dra7.dtsi | 4 ++-- > 1 file 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>; >
* Roger Quadros <rogerq@ti.com> [180521 20:25]: > On 21/05/18 15:08, Kevin Hilman wrote: > > 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> > > Thanks Kevin. > > Acked-by: Roger Quadros <rogerq@ti.com> Applying into omap-for-v4.18/dt-fixes thanks. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
* Tony Lindgren <tony@atomide.com> [180523 19:04]: > * Roger Quadros <rogerq@ti.com> [180521 20:25]: > > On 21/05/18 15:08, Kevin Hilman wrote: > > > 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> > > > > Thanks Kevin. > > > > Acked-by: Roger Quadros <rogerq@ti.com> > > Applying into omap-for-v4.18/dt-fixes thanks. Oops sorry looks like I forgot to send a pull request for this one during the merge window. As we're already at -rc3, I'll just merge it into omap-for-v4.19/fixes-not-urgent. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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>;
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> --- arch/arm/boot/dts/dra7.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)