From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BC2E9C433EF for ; Thu, 14 Jul 2022 10:52:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237147AbiGNKw4 (ORCPT ); Thu, 14 Jul 2022 06:52:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238051AbiGNKwv (ORCPT ); Thu, 14 Jul 2022 06:52:51 -0400 Received: from mail-lf1-x136.google.com (mail-lf1-x136.google.com [IPv6:2a00:1450:4864:20::136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1EE46558DD for ; Thu, 14 Jul 2022 03:52:50 -0700 (PDT) Received: by mail-lf1-x136.google.com with SMTP id o7so2131277lfq.9 for ; Thu, 14 Jul 2022 03:52:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=DHXkjwlr3U5vkzWkJVta+3foxz2UP94aHjYe2Y5kqwY=; b=PSxqoLrcQTQFyCZuNP0liiB9Ijs9w3SF3QMN2yAyEFc/u7ms/qR+n0vaT3FOCiJOrX AForTZxETJ1kbbiy8bcEmv5cVkN2lT0QCcE3qHTbB4c9I/3TMijabhxltEYEmwkxJgeu W1tFOIMZEm0v3+426/oTOZtQUF6FmG6/E2IBzGutGW+5SqP5p9Vdao4YfHGcw5mVMXF0 v7Z89uJUvXP60gXxybs1PHkwsEsOb+Uuj7Ku1UfcUNTQWlOsz0m39hBTlPOI0YevrkUm hNmRn2r3w0Ak4G79R4s09t6W6Z4oRpj/EZQAroYU5+wCJH4wRCcozbJirFbISjVgnWqU GblQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=DHXkjwlr3U5vkzWkJVta+3foxz2UP94aHjYe2Y5kqwY=; b=fIXtYWANliht8H/ntgnC+lkFax7kygwzAWHr9ASzQWPwXFkiZ5BRq+MkEzNOX3uGgo gEMG1nYVvcUYD9daCYQH3Wh5CfHymb8k54K4baGjkXAfDQuMxlLyte4Sy/6BlhGCYrLA sds1W5LWyBj1mvM5b9IYl89Hl3y754mzE4vqJxi/dHdkEOGNYjdhSaXYkWfKr0ynZSs+ 557lm0vIXh6XKGFfDRqXIarRERiJdKFQcRTcjEJ8vJMPDpSyy7fFl8g0EkxihOh6BhhN fp33j9NxmMuatf/2DrvHHa5XA4iNtoma4M33BfQq5TgevGhH6WudnsO+4VO3HBOTyUIz L+VA== X-Gm-Message-State: AJIora+ATD/askAD5RFxUoWbmqaFInRZT3KgGHkztGTl4VJ3yrtA/DTY wmCJK2dqRBcvYXYttm1I+cWCAg== X-Google-Smtp-Source: AGRyM1vyj/lb/9StTU77bK3/BKGvF1oROqksBOdGTo/sWz8LR6M4QvDEN8PUQ/vQbWLWani8ZY7QMA== X-Received: by 2002:a05:6512:3a87:b0:488:a3b8:2d43 with SMTP id q7-20020a0565123a8700b00488a3b82d43mr4777850lfu.227.1657795968511; Thu, 14 Jul 2022 03:52:48 -0700 (PDT) Received: from [10.0.0.8] (fwa5da9-171.bb.online.no. [88.93.169.171]) by smtp.gmail.com with ESMTPSA id m14-20020a056512358e00b00489c59819ebsm297110lfr.66.2022.07.14.03.52.45 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 14 Jul 2022 03:52:47 -0700 (PDT) Message-ID: Date: Thu, 14 Jul 2022 12:52:45 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 5/7] arm64: dts: qcom: sc8280xp: fix USB interrupts Content-Language: en-US To: Johan Hovold , Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , Felipe Balbi , Bjorn Andersson Cc: Andy Gross , Konrad Dybcio , Wesley Cheng , linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220713131340.29401-1-johan+linaro@kernel.org> <20220713131340.29401-6-johan+linaro@kernel.org> From: Krzysztof Kozlowski In-Reply-To: <20220713131340.29401-6-johan+linaro@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 13/07/2022 15:13, Johan Hovold wrote: > The two single-port SC8280XP USB controllers do not have an hs_phy_irq > interrupt. Instead they have a pwr_event interrupt which is distinct > from the former and not yet supported by the driver. > > Fix the USB node interrupt names so that they match the devicetree > binding. > > Fixes: 152d1faf1e2f ("arm64: dts: qcom: add SC8280XP platform") > Signed-off-by: Johan Hovold > --- > arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > Acked-by: Krzysztof Kozlowski Best regards, Krzysztof