From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6BBE1357D10; Sat, 12 Sep 2026 18:49:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789238942; cv=none; b=YSK0xe+fANAPA2thBAwA+X5VHxASp3Fw7cvj/Ldh+/yxzZjpDyhhlG2PGsBqLvSdkqBdArfFetYpHnnMj9NPus2+D68mYRmhgLizLeBs2IF3s/8e8u+7FBDLrXJueXc/4E3G6Sgepj72sexZduWELjItMxU7MP8H0Q0Rkv++PGE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789238942; c=relaxed/simple; bh=w9WTZtLXCINSwM2lKTWbusfsXrbjcJcqfVu2f4GOltk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=GEykVEupu3fzQAE28z92qbNV+i8rr3j7MJhnMWyCnmCPJD0Gm6UdclqzJmfIRpsUSKdmtHdC5oVC8Fj5imN7oWjCId9AhLZSOaAkHMRouutXqvJ85wVGE1k7Y3jbttb54yIeE7o8XDr8FCEOR4djksLK5TwbNGo1ua+FCWyP7sk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=p/ky5c24; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="p/ky5c24" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2872C1F000FF; Sat, 12 Sep 2026 18:48:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1789238941; bh=kCTyP4QF/7ANjXW8VJ6EgUzSZcNuiVn7tJEcD0TirTc=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=p/ky5c24AmkWZGOxUDGbC/LNHZRaCFovMqz0/6B4ReM9wtHl6iSOsl8ZV3veBOOI6 HLTzJpm3ZTNAqg/h4TWzSOizjwSL9k3EPuZAjIXQ/CnRrww5LE69Z084UDf6CG9AWH ujmEp6CJpDCOLdCsoGY8LtM30pt+d2g7UndslpuY= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Jun Yan , Martin Blumenstingl , Neil Armstrong , Sasha Levin Subject: [PATCH 5.15 564/935] arm64: dts: amlogic: meson-axg-s400: enable mipi_pcie_analog_dphy for PCIe Date: Sat, 12 Sep 2026 08:59:54 +0200 Message-ID: <20260912065539.771087895@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260912065526.833703348@linuxfoundation.org> References: <20260912065526.833703348@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 5.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Jun Yan [ Upstream commit 7f1d0cc86cb70fa550163b6f70fd1d484c03218e ] The PCIe PHY node references mipi_pcie_analog_dphy via its phys property. Enable this analog PHY node to make PCIe functionally viable. Fixes: 9715b01da6cf ("arm64: dts: meson-axg-s400: enable PCIe M.2 Key E slots") Signed-off-by: Jun Yan Reviewed-by: Martin Blumenstingl Link: https://patch.msgid.link/20260624135650.727077-5-jerrysteve1101@gmail.com Signed-off-by: Neil Armstrong Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts index 359589d1dfa93..8343dc3061e7c 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts @@ -434,6 +434,10 @@ gpio_speaker: gpio-controller@1f { }; }; +&mipi_pcie_analog_dphy { + status = "okay"; +}; + &pdm { pinctrl-0 = <&pdm_dclk_a14_pins>, <&pdm_din0_pins>, <&pdm_din1_pins>, <&pdm_din2_pins>, <&pdm_din3_pins>; -- 2.53.0