Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1683447
| From | Alexey Brodkin <Alexey.Brodkin@synopsys.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARC: AXS: prepare dts files for enabling PAE40 on axs103 |
| Date | 2017-07-08 00:30 +0200 |
| Message-ID | <u0JV8-1ZW-11@gated-at.bofh.it> (permalink) |
| References | <tWAGK-1PD-11@gated-at.bofh.it> <u0HzY-bF-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Vineet,
On Fri, 2017-07-07 at 12:57 -0700, Vineet Gupta wrote:
> On 06/26/2017 04:47 AM, Eugeniy Paltsev wrote:
> >
> > Enable 64bit adressing, where it needed, to make possible
> > enabling PAE40 on axs103.
> >
> > This patch doesn't affect on any functionality.
> >
> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
> > ---
> > arch/arc/boot/dts/axc001.dtsi | 20 +++++++++-----------
> > arch/arc/boot/dts/axc003.dtsi | 21 ++++++++++-----------
> > arch/arc/boot/dts/axc003_idu.dtsi | 21 ++++++++++-----------
> > arch/arc/boot/dts/axs10x_mb.dtsi | 2 +-
> > 4 files changed, 30 insertions(+), 34 deletions(-)
> >
> > diff --git a/arch/arc/boot/dts/axc001.dtsi b/arch/arc/boot/dts/axc001.dtsi
> > index 53ce226..a380ffa 100644
> > --- a/arch/arc/boot/dts/axc001.dtsi
> > +++ b/arch/arc/boot/dts/axc001.dtsi
> > @@ -15,15 +15,15 @@
> >
> > / {
> > compatible = "snps,arc";
> > - #address-cells = <1>;
> > - #size-cells = <1>;
> > + #address-cells = <2>;
> > + #size-cells = <2>;
> >
> > cpu_card {
> > compatible = "simple-bus";
> > #address-cells = <1>;
> > #size-cells = <1>;
> >
> > - ranges = <0x00000000 0xf0000000 0x10000000>;
> > + ranges = <0x00000000 0x0 0xf0000000 0x10000000>;
>
> AXS101 can't support PAE etc - but I guess you still need to make the change here
> because the DT bits for MB are shared ?
Correct that's the case. So it looks misleading but as long as we want to share MB's .dtsi
for both axs101 and axs103 we need to keep that change.
-Alexey
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH] ARC: AXS: prepare dts files for enabling PAE40 on axs103 Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2017-07-07 22:00 +0200 Re: [PATCH] ARC: AXS: prepare dts files for enabling PAE40 on axs103 Alexey Brodkin <Alexey.Brodkin@synopsys.com> - 2017-07-08 00:30 +0200
csiph-web