From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Graute Subject: Re: [PATCH V3 00/15] arm64: dts: imx8: architecture improvement and adding imx8qm support Date: Fri, 13 Sep 2019 14:16:08 +0200 Message-ID: <20190913121608.GD16292@optiplex> References: <1568302252-28066-1-git-send-email-aisheng.dong@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1568302252-28066-1-git-send-email-aisheng.dong@nxp.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Dong Aisheng Cc: devicetree@vger.kernel.org, dongas86@gmail.com, catalin.marinas@arm.com, will.deacon@arm.com, robh+dt@kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, fabio.estevam@nxp.com, shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On 12/09/19, Dong Aisheng wrote: > IMX SCU based platforms (e.g. MX8QM/MX8QXP) are comprised of a number of SS > (Subsystems), those SS may be shared between different SoCs while most of them > can be reused like Devices Resources, Clocks, Power domains and etc. > > This patch series aims to improve the MX8 architecture to comply with the HW > design to save a lot of duplicated codes and benefits us a better > maintainability and scalability in the future. > > This patch series depends on another clk new binding series: > https://patchwork.kernel.org/cover/11046287/ Thx for your update of this patch series. I'am running into the issue that my linux next-20190904 unfortunately is not booting with it on my imx8QM board. Kernel is just stuck during boot see below. I applied your v5 of your clock binding patches series and applied this series in v3. Your former two patch series worked well with next-20190716. The last messages from the kernel are: [ 1.019208] imx-scu scu: mbox_request_channel_byname() could not locate channel named "gip3" [ 1.027316] imx-scu scu: failed to request mbox chan gip3, ret -22 [ 1.033480] imx-scu scu: failed to enable general irq channel: -22 [ 1.039646] imx-scu scu: NXP i.MX SCU Initialized [ 1.047414] a35_clk: failed to get clock rate -22 [ 1.058682] lcd0-pwm0: failed to power up resource 188 ret -22 [ 1.064314] imx-scu-clk: probe of pwm_clk failed with error -22 [ 1.070538] lcd0: failed to power up resource 187 ret -22 [ 1.075690] imx-scu-clk: probe of lcd_clk failed with error -22 [ 1.085965] mipi_csi0_core_clk: failed to attached the power domain -2 [ 1.092359] mipi_csi0_esc_clk: failed to attached the power domain -2 [ 1.098777] mipi_csi0_i2c0_clk: failed to attached the power domain -2 [ 1.105278] mipi_csi0_pwm0_clk: failed to attached the power domain -2 [ 1.115744] imx8qm-pinctrl scu:pinctrl: initialized IMX pinctrl driver [ 1.123923] gpio-mxc 5d080000.gpio: IRQ index 1 not found [ 1.130276] gpio-mxc 5d090000.gpio: IRQ index 1 not found I see similar messages also with your older working patches, only the last two lines are new errors. Best regards, Oliver