diff mbox series

airoha: dts: fix pcie ranges properties

Message ID 1c345df1e8a04782ffede4dc050712ce5559a4e5.1704471246.git.lorenzo@kernel.org
State Accepted
Delegated to: Petr Štetiar
Headers show
Series airoha: dts: fix pcie ranges properties | expand

Commit Message

Lorenzo Bianconi Jan. 5, 2024, 4:17 p.m. UTC
Reduce and split pcie controller memory ranges for en7523 SoC
in order to properly load a pcie card on the second port.

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
---
 target/linux/airoha/dts/en7523.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Robert Marko Feb. 26, 2024, 12:20 p.m. UTC | #1
On Fri, 5 Jan 2024 at 17:18, Lorenzo Bianconi <lorenzo@kernel.org> wrote:
>
> Reduce and split pcie controller memory ranges for en7523 SoC
> in order to properly load a pcie card on the second port.
>
> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>

Sorry for it taking so long, but merged.

BTW, do you know is there anybody willing to maintain this target?

Regards,
Robert
> ---
>  target/linux/airoha/dts/en7523.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/target/linux/airoha/dts/en7523.dtsi b/target/linux/airoha/dts/en7523.dtsi
> index 72478b225cbb..024a89752acb 100644
> --- a/target/linux/airoha/dts/en7523.dtsi
> +++ b/target/linux/airoha/dts/en7523.dtsi
> @@ -157,7 +157,7 @@
>                 clocks = <&scu EN7523_CLK_PCIE>;
>                 clock-names = "sys_ck0";
>                 bus-range = <0x00 0xff>;
> -               ranges = <0x82000000 0 0x20000000  0x20000000  0 0x8000000>;
> +               ranges = <0x82000000 0 0x20000000 0x20000000 0 0x2000000>;
>                 status = "disabled";
>
>                 #interrupt-cells = <1>;
> @@ -186,7 +186,7 @@
>                 clocks = <&scu EN7523_CLK_PCIE>;
>                 clock-names = "sys_ck1";
>                 bus-range = <0x00 0xff>;
> -               ranges = <0x82000000 0 0x28000000  0x28000000  0 0x8000000>;
> +               ranges = <0x82000000 0 0x22000000 0x22000000 0 0x2000000>;
>                 status = "disabled";
>
>                 #interrupt-cells = <1>;
> --
> 2.43.0
>
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Lorenzo Bianconi Feb. 26, 2024, 2:07 p.m. UTC | #2
> On Fri, 5 Jan 2024 at 17:18, Lorenzo Bianconi <lorenzo@kernel.org> wrote:
> >
> > Reduce and split pcie controller memory ranges for en7523 SoC
> > in order to properly load a pcie card on the second port.
> >
> > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
> 
> Sorry for it taking so long, but merged.

no worries :)

> 
> BTW, do you know is there anybody willing to maintain this target?

since I am currently working on en7581 (even if I do not have too much free
cycles) I can help maintaining it.

Regards,
Lorenzo

> 
> Regards,
> Robert
> > ---
> >  target/linux/airoha/dts/en7523.dtsi | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/target/linux/airoha/dts/en7523.dtsi b/target/linux/airoha/dts/en7523.dtsi
> > index 72478b225cbb..024a89752acb 100644
> > --- a/target/linux/airoha/dts/en7523.dtsi
> > +++ b/target/linux/airoha/dts/en7523.dtsi
> > @@ -157,7 +157,7 @@
> >                 clocks = <&scu EN7523_CLK_PCIE>;
> >                 clock-names = "sys_ck0";
> >                 bus-range = <0x00 0xff>;
> > -               ranges = <0x82000000 0 0x20000000  0x20000000  0 0x8000000>;
> > +               ranges = <0x82000000 0 0x20000000 0x20000000 0 0x2000000>;
> >                 status = "disabled";
> >
> >                 #interrupt-cells = <1>;
> > @@ -186,7 +186,7 @@
> >                 clocks = <&scu EN7523_CLK_PCIE>;
> >                 clock-names = "sys_ck1";
> >                 bus-range = <0x00 0xff>;
> > -               ranges = <0x82000000 0 0x28000000  0x28000000  0 0x8000000>;
> > +               ranges = <0x82000000 0 0x22000000 0x22000000 0 0x2000000>;
> >                 status = "disabled";
> >
> >                 #interrupt-cells = <1>;
> > --
> > 2.43.0
> >
> >
> > _______________________________________________
> > openwrt-devel mailing list
> > openwrt-devel@lists.openwrt.org
> > https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Robert Marko Feb. 26, 2024, 4:20 p.m. UTC | #3
On Mon, 26 Feb 2024 at 15:07, Lorenzo Bianconi <lorenzo@kernel.org> wrote:
>
> > On Fri, 5 Jan 2024 at 17:18, Lorenzo Bianconi <lorenzo@kernel.org> wrote:
> > >
> > > Reduce and split pcie controller memory ranges for en7523 SoC
> > > in order to properly load a pcie card on the second port.
> > >
> > > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
> >
> > Sorry for it taking so long, but merged.
>
> no worries :)
>
> >
> > BTW, do you know is there anybody willing to maintain this target?
>
> since I am currently working on en7581 (even if I do not have too much free
> cycles) I can help maintaining it.

That would be great as currently I have been doing kernel bumps
without a board to test on as
otherwise the target would be dropped.

Regards,
Robert
>
> Regards,
> Lorenzo
>
> >
> > Regards,
> > Robert
> > > ---
> > >  target/linux/airoha/dts/en7523.dtsi | 4 ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > >
> > > diff --git a/target/linux/airoha/dts/en7523.dtsi b/target/linux/airoha/dts/en7523.dtsi
> > > index 72478b225cbb..024a89752acb 100644
> > > --- a/target/linux/airoha/dts/en7523.dtsi
> > > +++ b/target/linux/airoha/dts/en7523.dtsi
> > > @@ -157,7 +157,7 @@
> > >                 clocks = <&scu EN7523_CLK_PCIE>;
> > >                 clock-names = "sys_ck0";
> > >                 bus-range = <0x00 0xff>;
> > > -               ranges = <0x82000000 0 0x20000000  0x20000000  0 0x8000000>;
> > > +               ranges = <0x82000000 0 0x20000000 0x20000000 0 0x2000000>;
> > >                 status = "disabled";
> > >
> > >                 #interrupt-cells = <1>;
> > > @@ -186,7 +186,7 @@
> > >                 clocks = <&scu EN7523_CLK_PCIE>;
> > >                 clock-names = "sys_ck1";
> > >                 bus-range = <0x00 0xff>;
> > > -               ranges = <0x82000000 0 0x28000000  0x28000000  0 0x8000000>;
> > > +               ranges = <0x82000000 0 0x22000000 0x22000000 0 0x2000000>;
> > >                 status = "disabled";
> > >
> > >                 #interrupt-cells = <1>;
> > > --
> > > 2.43.0
> > >
> > >
> > > _______________________________________________
> > > openwrt-devel mailing list
> > > openwrt-devel@lists.openwrt.org
> > > https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Lorenzo Bianconi Feb. 26, 2024, 4:28 p.m. UTC | #4
> On Mon, 26 Feb 2024 at 15:07, Lorenzo Bianconi <lorenzo@kernel.org> wrote:
> >
> > > On Fri, 5 Jan 2024 at 17:18, Lorenzo Bianconi <lorenzo@kernel.org> wrote:
> > > >
> > > > Reduce and split pcie controller memory ranges for en7523 SoC
> > > > in order to properly load a pcie card on the second port.
> > > >
> > > > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
> > >
> > > Sorry for it taking so long, but merged.
> >
> > no worries :)
> >
> > >
> > > BTW, do you know is there anybody willing to maintain this target?
> >
> > since I am currently working on en7581 (even if I do not have too much free
> > cycles) I can help maintaining it.
> 
> That would be great as currently I have been doing kernel bumps
> without a board to test on as
> otherwise the target would be dropped.

ack, fine. Am I supposed to do something in this case?

Regards,
Lorenzo

> 
> Regards,
> Robert
> >
> > Regards,
> > Lorenzo
> >
> > >
> > > Regards,
> > > Robert
> > > > ---
> > > >  target/linux/airoha/dts/en7523.dtsi | 4 ++--
> > > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > >
> > > > diff --git a/target/linux/airoha/dts/en7523.dtsi b/target/linux/airoha/dts/en7523.dtsi
> > > > index 72478b225cbb..024a89752acb 100644
> > > > --- a/target/linux/airoha/dts/en7523.dtsi
> > > > +++ b/target/linux/airoha/dts/en7523.dtsi
> > > > @@ -157,7 +157,7 @@
> > > >                 clocks = <&scu EN7523_CLK_PCIE>;
> > > >                 clock-names = "sys_ck0";
> > > >                 bus-range = <0x00 0xff>;
> > > > -               ranges = <0x82000000 0 0x20000000  0x20000000  0 0x8000000>;
> > > > +               ranges = <0x82000000 0 0x20000000 0x20000000 0 0x2000000>;
> > > >                 status = "disabled";
> > > >
> > > >                 #interrupt-cells = <1>;
> > > > @@ -186,7 +186,7 @@
> > > >                 clocks = <&scu EN7523_CLK_PCIE>;
> > > >                 clock-names = "sys_ck1";
> > > >                 bus-range = <0x00 0xff>;
> > > > -               ranges = <0x82000000 0 0x28000000  0x28000000  0 0x8000000>;
> > > > +               ranges = <0x82000000 0 0x22000000 0x22000000 0 0x2000000>;
> > > >                 status = "disabled";
> > > >
> > > >                 #interrupt-cells = <1>;
> > > > --
> > > > 2.43.0
> > > >
> > > >
> > > > _______________________________________________
> > > > openwrt-devel mailing list
> > > > openwrt-devel@lists.openwrt.org
> > > > https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
Robert Marko Feb. 26, 2024, 8:16 p.m. UTC | #5
On Mon, 26 Feb 2024 at 17:28, Lorenzo Bianconi
<lorenzo.bianconi@redhat.com> wrote:
>
> > On Mon, 26 Feb 2024 at 15:07, Lorenzo Bianconi <lorenzo@kernel.org> wrote:
> > >
> > > > On Fri, 5 Jan 2024 at 17:18, Lorenzo Bianconi <lorenzo@kernel.org> wrote:
> > > > >
> > > > > Reduce and split pcie controller memory ranges for en7523 SoC
> > > > > in order to properly load a pcie card on the second port.
> > > > >
> > > > > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
> > > >
> > > > Sorry for it taking so long, but merged.
> > >
> > > no worries :)
> > >
> > > >
> > > > BTW, do you know is there anybody willing to maintain this target?
> > >
> > > since I am currently working on en7581 (even if I do not have too much free
> > > cycles) I can help maintaining it.
> >
> > That would be great as currently I have been doing kernel bumps
> > without a board to test on as
> > otherwise the target would be dropped.
>
> ack, fine. Am I supposed to do something in this case?

It would be great if you can test the 6.1 kernel update for airoha,
ideally in the future
keep the target up to date with current kernels.

Regards,
Robert
>
> Regards,
> Lorenzo
>
> >
> > Regards,
> > Robert
> > >
> > > Regards,
> > > Lorenzo
> > >
> > > >
> > > > Regards,
> > > > Robert
> > > > > ---
> > > > >  target/linux/airoha/dts/en7523.dtsi | 4 ++--
> > > > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > > >
> > > > > diff --git a/target/linux/airoha/dts/en7523.dtsi b/target/linux/airoha/dts/en7523.dtsi
> > > > > index 72478b225cbb..024a89752acb 100644
> > > > > --- a/target/linux/airoha/dts/en7523.dtsi
> > > > > +++ b/target/linux/airoha/dts/en7523.dtsi
> > > > > @@ -157,7 +157,7 @@
> > > > >                 clocks = <&scu EN7523_CLK_PCIE>;
> > > > >                 clock-names = "sys_ck0";
> > > > >                 bus-range = <0x00 0xff>;
> > > > > -               ranges = <0x82000000 0 0x20000000  0x20000000  0 0x8000000>;
> > > > > +               ranges = <0x82000000 0 0x20000000 0x20000000 0 0x2000000>;
> > > > >                 status = "disabled";
> > > > >
> > > > >                 #interrupt-cells = <1>;
> > > > > @@ -186,7 +186,7 @@
> > > > >                 clocks = <&scu EN7523_CLK_PCIE>;
> > > > >                 clock-names = "sys_ck1";
> > > > >                 bus-range = <0x00 0xff>;
> > > > > -               ranges = <0x82000000 0 0x28000000  0x28000000  0 0x8000000>;
> > > > > +               ranges = <0x82000000 0 0x22000000 0x22000000 0 0x2000000>;
> > > > >                 status = "disabled";
> > > > >
> > > > >                 #interrupt-cells = <1>;
> > > > > --
> > > > > 2.43.0
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > openwrt-devel mailing list
> > > > > openwrt-devel@lists.openwrt.org
> > > > > https://lists.openwrt.org/mailman/listinfo/openwrt-devel
> >
diff mbox series

Patch

diff --git a/target/linux/airoha/dts/en7523.dtsi b/target/linux/airoha/dts/en7523.dtsi
index 72478b225cbb..024a89752acb 100644
--- a/target/linux/airoha/dts/en7523.dtsi
+++ b/target/linux/airoha/dts/en7523.dtsi
@@ -157,7 +157,7 @@ 
 		clocks = <&scu EN7523_CLK_PCIE>;
 		clock-names = "sys_ck0";
 		bus-range = <0x00 0xff>;
-		ranges = <0x82000000 0 0x20000000  0x20000000  0 0x8000000>;
+		ranges = <0x82000000 0 0x20000000 0x20000000 0 0x2000000>;
 		status = "disabled";
 
 		#interrupt-cells = <1>;
@@ -186,7 +186,7 @@ 
 		clocks = <&scu EN7523_CLK_PCIE>;
 		clock-names = "sys_ck1";
 		bus-range = <0x00 0xff>;
-		ranges = <0x82000000 0 0x28000000  0x28000000  0 0x8000000>;
+		ranges = <0x82000000 0 0x22000000 0x22000000 0 0x2000000>;
 		status = "disabled";
 
 		#interrupt-cells = <1>;