Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1683193 > unrolled thread
| Started by | Ludovic Desroches <ludovic.desroches@microchip.com> |
|---|---|
| First post | 2017-07-07 15:40 +0200 |
| Last post | 2017-07-17 11:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: dts: at91: sama5d2: fix EBI/NAND controllers declaration Ludovic Desroches <ludovic.desroches@microchip.com> - 2017-07-07 15:40 +0200
Re: [PATCH] ARM: dts: at91: sama5d2: fix EBI/NAND controllers declaration Nicolas Ferre <nicolas.ferre@microchip.com> - 2017-07-10 11:20 +0200
Re: [PATCH] ARM: dts: at91: sama5d2: fix EBI/NAND controllers declaration Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-07-17 11:50 +0200
| From | Ludovic Desroches <ludovic.desroches@microchip.com> |
|---|---|
| Date | 2017-07-07 15:40 +0200 |
| Subject | [PATCH] ARM: dts: at91: sama5d2: fix EBI/NAND controllers declaration |
| Message-ID | <u0BEe-4FV-13@gated-at.bofh.it> |
Fix HSMC interrupt ID, PMECC registers and EBI ones.
Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
---
arch/arm/boot/dts/sama5d2.dtsi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
index cc06da394366..4fcd5bb219e3 100644
--- a/arch/arm/boot/dts/sama5d2.dtsi
+++ b/arch/arm/boot/dts/sama5d2.dtsi
@@ -303,7 +303,7 @@
#size-cells = <1>;
atmel,smc = <&hsmc>;
reg = <0x10000000 0x10000000
- 0x40000000 0x30000000>;
+ 0x60000000 0x30000000>;
ranges = <0x0 0x0 0x10000000 0x10000000
0x1 0x0 0x60000000 0x10000000
0x2 0x0 0x70000000 0x10000000
@@ -1050,16 +1050,16 @@
hsmc: hsmc@f8014000 {
compatible = "atmel,sama5d3-smc", "syscon", "simple-mfd";
reg = <0xf8014000 0x1000>;
- interrupts = <5 IRQ_TYPE_LEVEL_HIGH 6>;
+ interrupts = <17 IRQ_TYPE_LEVEL_HIGH 6>;
clocks = <&hsmc_clk>;
#address-cells = <1>;
#size-cells = <1>;
ranges;
- pmecc: ecc-engine@ffffc070 {
+ pmecc: ecc-engine@f8014070 {
compatible = "atmel,sama5d2-pmecc";
- reg = <0xffffc070 0x490>,
- <0xffffc500 0x100>;
+ reg = <0xf8014070 0x490>,
+ <0xf8014500 0x100>;
};
};
--
2.12.2
[toc] | [next] | [standalone]
| From | Nicolas Ferre <nicolas.ferre@microchip.com> |
|---|---|
| Date | 2017-07-10 11:20 +0200 |
| Subject | Re: [PATCH] ARM: dts: at91: sama5d2: fix EBI/NAND controllers declaration |
| Message-ID | <u1D1f-375-7@gated-at.bofh.it> |
| In reply to | #1683193 |
On 07/07/2017 at 15:33, Ludovic Desroches wrote:
> Fix HSMC interrupt ID, PMECC registers and EBI ones.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
We need the "Fixes" tags (even if it's for 4.13).
We need to take it for 4.13-final.
Fixes: d9c41bf30cf8 ("ARM: dts: at91: Declare EBI/NAND controllers")
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Thanks, regards,
> ---
> arch/arm/boot/dts/sama5d2.dtsi | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
> index cc06da394366..4fcd5bb219e3 100644
> --- a/arch/arm/boot/dts/sama5d2.dtsi
> +++ b/arch/arm/boot/dts/sama5d2.dtsi
> @@ -303,7 +303,7 @@
> #size-cells = <1>;
> atmel,smc = <&hsmc>;
> reg = <0x10000000 0x10000000
> - 0x40000000 0x30000000>;
> + 0x60000000 0x30000000>;
> ranges = <0x0 0x0 0x10000000 0x10000000
> 0x1 0x0 0x60000000 0x10000000
> 0x2 0x0 0x70000000 0x10000000
> @@ -1050,16 +1050,16 @@
> hsmc: hsmc@f8014000 {
> compatible = "atmel,sama5d3-smc", "syscon", "simple-mfd";
> reg = <0xf8014000 0x1000>;
> - interrupts = <5 IRQ_TYPE_LEVEL_HIGH 6>;
> + interrupts = <17 IRQ_TYPE_LEVEL_HIGH 6>;
> clocks = <&hsmc_clk>;
> #address-cells = <1>;
> #size-cells = <1>;
> ranges;
>
> - pmecc: ecc-engine@ffffc070 {
> + pmecc: ecc-engine@f8014070 {
> compatible = "atmel,sama5d2-pmecc";
> - reg = <0xffffc070 0x490>,
> - <0xffffc500 0x100>;
> + reg = <0xf8014070 0x490>,
> + <0xf8014500 0x100>;
> };
> };
>
>
--
Nicolas Ferre
[toc] | [prev] | [next] | [standalone]
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Date | 2017-07-17 11:50 +0200 |
| Subject | Re: [PATCH] ARM: dts: at91: sama5d2: fix EBI/NAND controllers declaration |
| Message-ID | <u4aP8-3i2-19@gated-at.bofh.it> |
| In reply to | #1683193 |
On 07/07/2017 at 15:33:10 +0200, Ludovic Desroches wrote: > Fix HSMC interrupt ID, PMECC registers and EBI ones. > > Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com> > --- > arch/arm/boot/dts/sama5d2.dtsi | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web