mbox series

[GIT,PULL,1/2] Rockchip dts32 fixes for 4.15

Message ID 6469701.IcmEy0bVhn@phil
State New
Headers show
Series [GIT,PULL,1/2] Rockchip dts32 fixes for 4.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.15-rockchip-dts32fixes-1

Message

Heiko Stuebner Dec. 13, 2017, 6:56 a.m. UTC
Hi Arnd, Kevin, Olof,

please find below and in the next mail some fixes for things cropping up
recently, which may hopefully go into 4.15-rc.

Please pull

Thanks
Heiko

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.15-rockchip-dts32fixes-1

for you to fetch changes up to 912d7985f3cef1b901a4fd9fede549b919fe7ac3:

  ARM: dts: rockchip: fix rk3288 iep-IOMMU interrupts property cells (2017-12-04 11:44:20 +0100)

----------------------------------------------------------------
Removed another trailing interrupt-cell 0 and added the cpu regulator
on the rk3066a-marsboard to make it not fail from cpufreq changes.

----------------------------------------------------------------
Heiko Stuebner (1):
      ARM: dts: rockchip: add cpu0-regulator on rk3066a-marsboard

Rob Herring (1):
      ARM: dts: rockchip: fix rk3288 iep-IOMMU interrupts property cells

 arch/arm/boot/dts/rk3066a-marsboard.dts | 4 ++++
 arch/arm/boot/dts/rk3288.dtsi           | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Dec. 21, 2017, 3:59 p.m. UTC | #1
On Wed, Dec 13, 2017 at 7:56 AM, Heiko Stuebner <heiko@sntech.de> wrote:
> Hi Arnd, Kevin, Olof,
>
> please find below and in the next mail some fixes for things cropping up
> recently, which may hopefully go into 4.15-rc.

Pulled into fixes, thanks!

     Arnd