From: Heiko Stuebner <heiko@sntech.de>
To: Arnd Bergmann <arnd@arndb.de>
Cc: "open list:ARM/Rockchip SoC support"
<linux-rockchip@lists.infradead.org>, arm-soc <arm@kernel.org>,
Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [GIT PULL 2/2] second round of Rockchip dts32 changes for 4.14
Date: Thu, 24 Aug 2017 16:14:23 +0200 [thread overview]
Message-ID: <2188017.aNViITp28l@phil> (raw)
In-Reply-To: <CAK8P3a3SKUoNPzCQMgnV=g+f3twBM_9Gn-=k0znx4cMRkeb9cQ@mail.gmail.com>
Am Donnerstag, 24. August 2017, 15:50:51 CEST schrieb Arnd Bergmann:
> On Thu, Aug 24, 2017 at 10:42 AM, Heiko Stuebner <heiko@sntech.de> wrote:
> > The following changes since commit 0f4dc7e154d054303c4dd6b5c3e3207f9a7f8714:
> >
> > ARM: dts: rockchip: fix property-ordering in rv1108 mmc nodes (2017-07-22 22:41:35 +0200)
> >
> > are available in the git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.14-rockchip-dts32-2
> >
> > for you to fetch changes up to 274ff50d3ad951bca0adbfb9ffd628d35ba6db6f:
> >
> > ARM: dts: rockchip: enable usb for rv1108-evb (2017-08-23 09:24:51 +0200)
> >
> > ----------------------------------------------------------------
> > A lot of attention for the rv1108 soc targetted at media-processing
> > (usb, operating points, spi, pwm, adc, watchdog, i2c and devices for
> > its evb).
> >
> > RK3228/3229 gets iommu and spi nodes. Similar to the rk3288 which
> > also gets some more iommu nodes as well as getting converted to 64
> > bit addresses due to wanting to address more than 4GB of memory
> > via LPAE.
>
> Pulled into next/dt with a small fixup, see below. Please check.
>
> Thanks!
>
> Arnd
>
>
> diff --cc arch/arm/boot/dts/rk3288.dtsi
> index 858e1fed762a,c0c04e99e159..356ed1e62452
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@@ -1126,9 -1145,27 +1145,27 @@@
> };
> };
>
> + vpu_mmu: iommu@ff9a0800 {
> + compatible = "rockchip,iommu";
> + reg = <0x0 0xff9a0800 0x0 0x100>;
> + interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
> + interrupt-names = "vpu_mmu";
> + #iommu-cells = <0>;
> + status = "disabled";
> + };
> +
> + hevc_mmu: iommu@ff9c0440 {
> + compatible = "rockchip,iommu";
> + reg = <0x0 0xff9c0440 0x0 0x40>, <0x0 0xff9c0480 0x0 0x40>;
> + interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
> + interrupt-names = "hevc_mmu";
> + #iommu-cells = <0>;
> + status = "disabled";
> + };
> +
> - gpu: mali@ffa30000 {
> - compatible = "rockchip,rk3288-mali", "arm,mali-t760",
> "arm,mali-midgard";
> + gpu: gpu@ffa30000 {
> + compatible = "rockchip,rk3288-mali", "arm,mali-t760";
> - reg = <0xffa30000 0x10000>;
> + reg = <0x0 0xffa30000 0x0 0x10000>;
> interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
> <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
> <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
yep looks good. Seems like the mali compatible-fix that was going into
an 4.13-rc interfered here.
Thanks
Heiko
WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stuebner)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/2] second round of Rockchip dts32 changes for 4.14
Date: Thu, 24 Aug 2017 16:14:23 +0200 [thread overview]
Message-ID: <2188017.aNViITp28l@phil> (raw)
In-Reply-To: <CAK8P3a3SKUoNPzCQMgnV=g+f3twBM_9Gn-=k0znx4cMRkeb9cQ@mail.gmail.com>
Am Donnerstag, 24. August 2017, 15:50:51 CEST schrieb Arnd Bergmann:
> On Thu, Aug 24, 2017 at 10:42 AM, Heiko Stuebner <heiko@sntech.de> wrote:
> > The following changes since commit 0f4dc7e154d054303c4dd6b5c3e3207f9a7f8714:
> >
> > ARM: dts: rockchip: fix property-ordering in rv1108 mmc nodes (2017-07-22 22:41:35 +0200)
> >
> > are available in the git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.14-rockchip-dts32-2
> >
> > for you to fetch changes up to 274ff50d3ad951bca0adbfb9ffd628d35ba6db6f:
> >
> > ARM: dts: rockchip: enable usb for rv1108-evb (2017-08-23 09:24:51 +0200)
> >
> > ----------------------------------------------------------------
> > A lot of attention for the rv1108 soc targetted at media-processing
> > (usb, operating points, spi, pwm, adc, watchdog, i2c and devices for
> > its evb).
> >
> > RK3228/3229 gets iommu and spi nodes. Similar to the rk3288 which
> > also gets some more iommu nodes as well as getting converted to 64
> > bit addresses due to wanting to address more than 4GB of memory
> > via LPAE.
>
> Pulled into next/dt with a small fixup, see below. Please check.
>
> Thanks!
>
> Arnd
>
>
> diff --cc arch/arm/boot/dts/rk3288.dtsi
> index 858e1fed762a,c0c04e99e159..356ed1e62452
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@@ -1126,9 -1145,27 +1145,27 @@@
> };
> };
>
> + vpu_mmu: iommu at ff9a0800 {
> + compatible = "rockchip,iommu";
> + reg = <0x0 0xff9a0800 0x0 0x100>;
> + interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
> + interrupt-names = "vpu_mmu";
> + #iommu-cells = <0>;
> + status = "disabled";
> + };
> +
> + hevc_mmu: iommu at ff9c0440 {
> + compatible = "rockchip,iommu";
> + reg = <0x0 0xff9c0440 0x0 0x40>, <0x0 0xff9c0480 0x0 0x40>;
> + interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
> + interrupt-names = "hevc_mmu";
> + #iommu-cells = <0>;
> + status = "disabled";
> + };
> +
> - gpu: mali at ffa30000 {
> - compatible = "rockchip,rk3288-mali", "arm,mali-t760",
> "arm,mali-midgard";
> + gpu: gpu at ffa30000 {
> + compatible = "rockchip,rk3288-mali", "arm,mali-t760";
> - reg = <0xffa30000 0x10000>;
> + reg = <0x0 0xffa30000 0x0 0x10000>;
> interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
> <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
> <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
yep looks good. Seems like the mali compatible-fix that was going into
an 4.13-rc interfered here.
Thanks
Heiko
next prev parent reply other threads:[~2017-08-24 14:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-24 8:41 [GIT PULL 1/2] second round of Rockchip dts64 changes for 4.14 Heiko Stuebner
2017-08-24 8:41 ` Heiko Stuebner
2017-08-24 8:42 ` [GIT PULL 2/2] second round of Rockchip dts32 " Heiko Stuebner
2017-08-24 8:42 ` Heiko Stuebner
2017-08-24 13:50 ` Arnd Bergmann
2017-08-24 13:50 ` Arnd Bergmann
2017-08-24 14:14 ` Heiko Stuebner [this message]
2017-08-24 14:14 ` Heiko Stuebner
2017-08-24 13:58 ` [GIT PULL 1/2] second round of Rockchip dts64 " Arnd Bergmann
2017-08-24 13:58 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2188017.aNViITp28l@phil \
--to=heiko@sntech.de \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-rockchip@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.