From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 24 May 2016 10:18:35 -0700 Subject: [U-Boot] [PATCH] armv8: ls1043ardb: invert irq pin polarity for AQR105 PHY In-Reply-To: <1461938841-36641-1-git-send-email-shh.xie@gmail.com> References: <1461938841-36641-1-git-send-email-shh.xie@gmail.com> Message-ID: <57448CEB.1050508@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/29/2016 07:17 AM, shh.xie at gmail.com wrote: > From: Shaohui Xie > > To use AQR105 PHY's interrupt, we need to invert the IRQ pin polarity by > setting relative bit in SCFG_INTPCR register, because AQR105 interrupt > is low active but GIC accepts high active. > > Signed-off-by: Shaohui Xie > --- > board/freescale/ls1043ardb/ls1043ardb.c | 4 ++++ > include/configs/ls1043ardb.h | 1 + > 2 files changed, 5 insertions(+) Applied to u-boot-fsl-qoriq master, awaiting upstream. Thanks. York