All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: disable MDMA1 node for smdk5420 board
@ 2014-04-18 13:44 ` Seungwon Jeon
  0 siblings, 0 replies; 10+ messages in thread
From: Seungwon Jeon @ 2014-04-18 13:44 UTC (permalink / raw)
  To: linux-samsung-soc, linux-arm-kernel; +Cc: 'Kukjin Kim'

This change is similar to commit 3da355c(ARM: dts: Disable MDMA1 node
for arndale-octa board). If MDMA1 region is configured with secure mode,
it makes the boot failure with the following.

Unhandled fault: imprecise external abort (0x1406) at 0x00000000

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
---
 arch/arm/boot/dts/exynos5420-smdk5420.dts |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts b/arch/arm/boot/dts/exynos5420-smdk5420.dts
index 6910485..9a48e3f 100644
--- a/arch/arm/boot/dts/exynos5420-smdk5420.dts
+++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts
@@ -373,4 +373,10 @@
 			};
 		};
 	};
+
+	amba {
+		mdma1: mdma@11C10000 {
+			status = "disabled";
+		};
+	};
 };
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH] ARM: dts: disable MDMA1 node for smdk5420 board
@ 2014-04-18 13:44 ` Seungwon Jeon
  0 siblings, 0 replies; 10+ messages in thread
From: Seungwon Jeon @ 2014-04-18 13:44 UTC (permalink / raw)
  To: linux-arm-kernel

This change is similar to commit 3da355c(ARM: dts: Disable MDMA1 node
for arndale-octa board). If MDMA1 region is configured with secure mode,
it makes the boot failure with the following.

Unhandled fault: imprecise external abort (0x1406) at 0x00000000

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
---
 arch/arm/boot/dts/exynos5420-smdk5420.dts |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts b/arch/arm/boot/dts/exynos5420-smdk5420.dts
index 6910485..9a48e3f 100644
--- a/arch/arm/boot/dts/exynos5420-smdk5420.dts
+++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts
@@ -373,4 +373,10 @@
 			};
 		};
 	};
+
+	amba {
+		mdma1: mdma at 11C10000 {
+			status = "disabled";
+		};
+	};
 };
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* RE: [PATCH] ARM: dts: disable MDMA1 node for smdk5420 board
  2014-04-18 13:44 ` Seungwon Jeon
@ 2014-04-22  2:18   ` Kukjin Kim
  -1 siblings, 0 replies; 10+ messages in thread
From: Kukjin Kim @ 2014-04-22  2:18 UTC (permalink / raw)
  To: 'Seungwon Jeon', linux-samsung-soc, linux-arm-kernel
  Cc: javi.merino, tushar.behera

Seungwon Jeon wrote:
> 

+ Javi Merino and Tushar Behera

> This change is similar to commit 3da355c(ARM: dts: Disable MDMA1 node
> for arndale-octa board). If MDMA1 region is configured with secure mode,
> it makes the boot failure with the following.
> 
> Unhandled fault: imprecise external abort (0x1406) at 0x00000000
> 
If so, how about adding the 'disabled' status in 5420 dtsi file? Then if 'enabling' is required, we can enable in each board dt file...

- Kukjin

> Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
> ---
>  arch/arm/boot/dts/exynos5420-smdk5420.dts |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts
> b/arch/arm/boot/dts/exynos5420-smdk5420.dts
> index 6910485..9a48e3f 100644
> --- a/arch/arm/boot/dts/exynos5420-smdk5420.dts
> +++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts
> @@ -373,4 +373,10 @@
>  			};
>  		};
>  	};
> +
> +	amba {
> +		mdma1: mdma@11C10000 {
> +			status = "disabled";
> +		};
> +	};
>  };
> --
> 1.7.0.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: dts: disable MDMA1 node for smdk5420 board
@ 2014-04-22  2:18   ` Kukjin Kim
  0 siblings, 0 replies; 10+ messages in thread
From: Kukjin Kim @ 2014-04-22  2:18 UTC (permalink / raw)
  To: linux-arm-kernel

Seungwon Jeon wrote:
> 

+ Javi Merino and Tushar Behera

> This change is similar to commit 3da355c(ARM: dts: Disable MDMA1 node
> for arndale-octa board). If MDMA1 region is configured with secure mode,
> it makes the boot failure with the following.
> 
> Unhandled fault: imprecise external abort (0x1406) at 0x00000000
> 
If so, how about adding the 'disabled' status in 5420 dtsi file? Then if 'enabling' is required, we can enable in each board dt file...

- Kukjin

> Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
> ---
>  arch/arm/boot/dts/exynos5420-smdk5420.dts |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts
> b/arch/arm/boot/dts/exynos5420-smdk5420.dts
> index 6910485..9a48e3f 100644
> --- a/arch/arm/boot/dts/exynos5420-smdk5420.dts
> +++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts
> @@ -373,4 +373,10 @@
>  			};
>  		};
>  	};
> +
> +	amba {
> +		mdma1: mdma at 11C10000 {
> +			status = "disabled";
> +		};
> +	};
>  };
> --
> 1.7.0.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM: dts: disable MDMA1 node for smdk5420 board
  2014-04-22  2:18   ` Kukjin Kim
@ 2014-04-22  4:25     ` Tushar Behera
  -1 siblings, 0 replies; 10+ messages in thread
From: Tushar Behera @ 2014-04-22  4:25 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Seungwon Jeon, linux-samsung-soc, linux-arm-kernel, Javi Merino

On 22 April 2014 07:48, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Seungwon Jeon wrote:
>>
>
> + Javi Merino and Tushar Behera
>
>> This change is similar to commit 3da355c(ARM: dts: Disable MDMA1 node
>> for arndale-octa board). If MDMA1 region is configured with secure mode,
>> it makes the boot failure with the following.
>>
>> Unhandled fault: imprecise external abort (0x1406) at 0x00000000
>>
> If so, how about adding the 'disabled' status in 5420 dtsi file? Then if 'enabling' is required, we can enable in each board dt file...
>

That should be okay. While at it, we can remove the node disabling
code from Arndale-Octa board DTS file.


> - Kukjin
>
>> Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
>> ---
>>  arch/arm/boot/dts/exynos5420-smdk5420.dts |    6 ++++++
>>  1 files changed, 6 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts
>> b/arch/arm/boot/dts/exynos5420-smdk5420.dts
>> index 6910485..9a48e3f 100644
>> --- a/arch/arm/boot/dts/exynos5420-smdk5420.dts
>> +++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts
>> @@ -373,4 +373,10 @@
>>                       };
>>               };
>>       };
>> +
>> +     amba {
>> +             mdma1: mdma@11C10000 {
>> +                     status = "disabled";
>> +             };
>> +     };
>>  };
>> --
>> 1.7.0.4
>



-- 
Tushar Behera

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: dts: disable MDMA1 node for smdk5420 board
@ 2014-04-22  4:25     ` Tushar Behera
  0 siblings, 0 replies; 10+ messages in thread
From: Tushar Behera @ 2014-04-22  4:25 UTC (permalink / raw)
  To: linux-arm-kernel

On 22 April 2014 07:48, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Seungwon Jeon wrote:
>>
>
> + Javi Merino and Tushar Behera
>
>> This change is similar to commit 3da355c(ARM: dts: Disable MDMA1 node
>> for arndale-octa board). If MDMA1 region is configured with secure mode,
>> it makes the boot failure with the following.
>>
>> Unhandled fault: imprecise external abort (0x1406) at 0x00000000
>>
> If so, how about adding the 'disabled' status in 5420 dtsi file? Then if 'enabling' is required, we can enable in each board dt file...
>

That should be okay. While at it, we can remove the node disabling
code from Arndale-Octa board DTS file.


> - Kukjin
>
>> Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
>> ---
>>  arch/arm/boot/dts/exynos5420-smdk5420.dts |    6 ++++++
>>  1 files changed, 6 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts
>> b/arch/arm/boot/dts/exynos5420-smdk5420.dts
>> index 6910485..9a48e3f 100644
>> --- a/arch/arm/boot/dts/exynos5420-smdk5420.dts
>> +++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts
>> @@ -373,4 +373,10 @@
>>                       };
>>               };
>>       };
>> +
>> +     amba {
>> +             mdma1: mdma at 11C10000 {
>> +                     status = "disabled";
>> +             };
>> +     };
>>  };
>> --
>> 1.7.0.4
>



-- 
Tushar Behera

^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: [PATCH] ARM: dts: disable MDMA1 node for smdk5420 board
  2014-04-22  4:25     ` Tushar Behera
@ 2014-04-22  7:01       ` Seungwon Jeon
  -1 siblings, 0 replies; 10+ messages in thread
From: Seungwon Jeon @ 2014-04-22  7:01 UTC (permalink / raw)
  To: 'Tushar Behera', 'Kukjin Kim'
  Cc: 'linux-samsung-soc', linux-arm-kernel, 'Javi Merino'

On Tue, April 22, 2014, Tushar Behera wrote:
> On 22 April 2014 07:48, Kukjin Kim <kgene.kim@samsung.com> wrote:
> > Seungwon Jeon wrote:
> >>
> >
> > + Javi Merino and Tushar Behera
> >
> >> This change is similar to commit 3da355c(ARM: dts: Disable MDMA1 node
> >> for arndale-octa board). If MDMA1 region is configured with secure mode,
> >> it makes the boot failure with the following.
> >>
> >> Unhandled fault: imprecise external abort (0x1406) at 0x00000000
> >>
> > If so, how about adding the 'disabled' status in 5420 dtsi file? Then if 'enabling' is required, we
> can enable in each board dt file...
> >
> 
> That should be okay. While at it, we can remove the node disabling
> code from Arndale-Octa board DTS file.

OK, I'll consider both.

Thanks,
Seungwon Jeon

> 
> 
> > - Kukjin
> >
> >> Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
> >> ---
> >>  arch/arm/boot/dts/exynos5420-smdk5420.dts |    6 ++++++
> >>  1 files changed, 6 insertions(+), 0 deletions(-)
> >>
> >> diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts
> >> b/arch/arm/boot/dts/exynos5420-smdk5420.dts
> >> index 6910485..9a48e3f 100644
> >> --- a/arch/arm/boot/dts/exynos5420-smdk5420.dts
> >> +++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts
> >> @@ -373,4 +373,10 @@
> >>                       };
> >>               };
> >>       };
> >> +
> >> +     amba {
> >> +             mdma1: mdma@11C10000 {
> >> +                     status = "disabled";
> >> +             };
> >> +     };
> >>  };
> >> --
> >> 1.7.0.4
> >
> 
> 
> 
> --
> Tushar Behera

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: dts: disable MDMA1 node for smdk5420 board
@ 2014-04-22  7:01       ` Seungwon Jeon
  0 siblings, 0 replies; 10+ messages in thread
From: Seungwon Jeon @ 2014-04-22  7:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, April 22, 2014, Tushar Behera wrote:
> On 22 April 2014 07:48, Kukjin Kim <kgene.kim@samsung.com> wrote:
> > Seungwon Jeon wrote:
> >>
> >
> > + Javi Merino and Tushar Behera
> >
> >> This change is similar to commit 3da355c(ARM: dts: Disable MDMA1 node
> >> for arndale-octa board). If MDMA1 region is configured with secure mode,
> >> it makes the boot failure with the following.
> >>
> >> Unhandled fault: imprecise external abort (0x1406) at 0x00000000
> >>
> > If so, how about adding the 'disabled' status in 5420 dtsi file? Then if 'enabling' is required, we
> can enable in each board dt file...
> >
> 
> That should be okay. While at it, we can remove the node disabling
> code from Arndale-Octa board DTS file.

OK, I'll consider both.

Thanks,
Seungwon Jeon

> 
> 
> > - Kukjin
> >
> >> Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
> >> ---
> >>  arch/arm/boot/dts/exynos5420-smdk5420.dts |    6 ++++++
> >>  1 files changed, 6 insertions(+), 0 deletions(-)
> >>
> >> diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts
> >> b/arch/arm/boot/dts/exynos5420-smdk5420.dts
> >> index 6910485..9a48e3f 100644
> >> --- a/arch/arm/boot/dts/exynos5420-smdk5420.dts
> >> +++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts
> >> @@ -373,4 +373,10 @@
> >>                       };
> >>               };
> >>       };
> >> +
> >> +     amba {
> >> +             mdma1: mdma at 11C10000 {
> >> +                     status = "disabled";
> >> +             };
> >> +     };
> >>  };
> >> --
> >> 1.7.0.4
> >
> 
> 
> 
> --
> Tushar Behera

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM: dts: disable MDMA1 node for smdk5420 board
  2014-04-22  7:01       ` Seungwon Jeon
@ 2014-04-22  8:23         ` Tushar Behera
  -1 siblings, 0 replies; 10+ messages in thread
From: Tushar Behera @ 2014-04-22  8:23 UTC (permalink / raw)
  To: Seungwon Jeon
  Cc: Kukjin Kim, linux-samsung-soc, linux-arm-kernel, Javi Merino

On 22 April 2014 12:31, Seungwon Jeon <tgih.jun@samsung.com> wrote:
> On Tue, April 22, 2014, Tushar Behera wrote:
>> On 22 April 2014 07:48, Kukjin Kim <kgene.kim@samsung.com> wrote:
>> > Seungwon Jeon wrote:
>> >>
>> >
>> > + Javi Merino and Tushar Behera
>> >
>> >> This change is similar to commit 3da355c(ARM: dts: Disable MDMA1 node
>> >> for arndale-octa board). If MDMA1 region is configured with secure mode,
>> >> it makes the boot failure with the following.
>> >>
>> >> Unhandled fault: imprecise external abort (0x1406) at 0x00000000
>> >>
>> > If so, how about adding the 'disabled' status in 5420 dtsi file? Then if 'enabling' is required, we
>> can enable in each board dt file...
>> >
>>
>> That should be okay. While at it, we can remove the node disabling
>> code from Arndale-Octa board DTS file.
>
> OK, I'll consider both.
>
Seungwon,

Please move the comments for MDMA1 from Arndale-Octa dts file too.

Thanks.


-- 
Tushar Behera

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: dts: disable MDMA1 node for smdk5420 board
@ 2014-04-22  8:23         ` Tushar Behera
  0 siblings, 0 replies; 10+ messages in thread
From: Tushar Behera @ 2014-04-22  8:23 UTC (permalink / raw)
  To: linux-arm-kernel

On 22 April 2014 12:31, Seungwon Jeon <tgih.jun@samsung.com> wrote:
> On Tue, April 22, 2014, Tushar Behera wrote:
>> On 22 April 2014 07:48, Kukjin Kim <kgene.kim@samsung.com> wrote:
>> > Seungwon Jeon wrote:
>> >>
>> >
>> > + Javi Merino and Tushar Behera
>> >
>> >> This change is similar to commit 3da355c(ARM: dts: Disable MDMA1 node
>> >> for arndale-octa board). If MDMA1 region is configured with secure mode,
>> >> it makes the boot failure with the following.
>> >>
>> >> Unhandled fault: imprecise external abort (0x1406) at 0x00000000
>> >>
>> > If so, how about adding the 'disabled' status in 5420 dtsi file? Then if 'enabling' is required, we
>> can enable in each board dt file...
>> >
>>
>> That should be okay. While at it, we can remove the node disabling
>> code from Arndale-Octa board DTS file.
>
> OK, I'll consider both.
>
Seungwon,

Please move the comments for MDMA1 from Arndale-Octa dts file too.

Thanks.


-- 
Tushar Behera

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-04-22  8:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-18 13:44 [PATCH] ARM: dts: disable MDMA1 node for smdk5420 board Seungwon Jeon
2014-04-18 13:44 ` Seungwon Jeon
2014-04-22  2:18 ` Kukjin Kim
2014-04-22  2:18   ` Kukjin Kim
2014-04-22  4:25   ` Tushar Behera
2014-04-22  4:25     ` Tushar Behera
2014-04-22  7:01     ` Seungwon Jeon
2014-04-22  7:01       ` Seungwon Jeon
2014-04-22  8:23       ` Tushar Behera
2014-04-22  8:23         ` Tushar Behera

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.