From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 EE36C33C511; Fri, 9 Jan 2026 11:54:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767959673; cv=none; b=KR/g3S9xePXG7rPd7PmCRcWhUvNWtLFk2wd7RphDLMF9LRrGulf9stqWPJPMQD4u4cxuEdHpNE8xgt4ADs211RsFavs0SveqZVimv1EJb8M+efg2Uo6xZqxoEmDdRVFP3Nu5oGYH5hwCQnQUiEcwx18av0+0u266VG+YmQvIegY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767959673; c=relaxed/simple; bh=l1Ykn/WoEesvZzCiQ76LlHUmUsMOhCaUC9BjNhRYClI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Hz5x+RH64vYabt8AVFVFUPOcPEh0Kha+DrgtKNxlmrcioMACmXSdKGk8YwBfhYbSgjtTUIOI9F5YxyZGm1CzDWZHHUfnb61eFdR5+IJ6jIErwgaHvtFUK4T8MGPpcat1CxKmd6jMSFetNYB24dkuZVuYVO3+HdFRMt6tCWGwrGQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=IyWFAYUg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="IyWFAYUg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 794F7C4CEF1; Fri, 9 Jan 2026 11:54:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1767959672; bh=l1Ykn/WoEesvZzCiQ76LlHUmUsMOhCaUC9BjNhRYClI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IyWFAYUgxtRnh9w30iF4voVKMF5EcMc+oh5r8q7L3aS7RCSRYlAEeI3XQkopibhP0 uyjw+SeWwdXgrK3z9U5wiE4Jv9MOR2gDkszaGBCUX5KMxq8zZo/bjEo0ECULF7GWRW AGOq1QGM5/71tTgDL3BUL8K+Ly2Ix9hk/1zZGU80= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Manivannan Sadhasivam , Manivannan Sadhasivam , Sasha Levin Subject: [PATCH 6.6 134/737] dt-bindings: PCI: amlogic: Fix the register name of the DBI region Date: Fri, 9 Jan 2026 12:34:33 +0100 Message-ID: <20260109112139.042041353@linuxfoundation.org> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20260109112133.973195406@linuxfoundation.org> References: <20260109112133.973195406@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Manivannan Sadhasivam [ Upstream commit 4813dea9e272ba0a57c50b8d51d440dd8e3ccdd7 ] Binding incorrectly specifies the 'DBI' region as 'ELBI'. DBI is a must have region for DWC controllers as it has the Root Port and controller specific registers, while ELBI has optional registers. Hence, fix the binding. Though this is an ABI break, this change is needed to accurately describe the PCI memory map. Fixes: 7cd210391101 ("dt-bindings: PCI: meson: add DT bindings for Amlogic Meson PCIe controller") Signed-off-by: Manivannan Sadhasivam Signed-off-by: Manivannan Sadhasivam Link: https://patch.msgid.link/20251101-pci-meson-fix-v1-1-c50dcc56ed6a@oss.qualcomm.com Signed-off-by: Sasha Levin --- Documentation/devicetree/bindings/pci/amlogic,axg-pcie.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/pci/amlogic,axg-pcie.yaml b/Documentation/devicetree/bindings/pci/amlogic,axg-pcie.yaml index a5bd90bc0712e..9c3b8e65c42a3 100644 --- a/Documentation/devicetree/bindings/pci/amlogic,axg-pcie.yaml +++ b/Documentation/devicetree/bindings/pci/amlogic,axg-pcie.yaml @@ -36,13 +36,13 @@ properties: reg: items: - - description: External local bus interface registers + - description: Data Bus Interface registers - description: Meson designed configuration registers - description: PCIe configuration space reg-names: items: - - const: elbi + - const: dbi - const: cfg - const: config @@ -113,7 +113,7 @@ examples: pcie: pcie@f9800000 { compatible = "amlogic,axg-pcie", "snps,dw-pcie"; reg = <0xf9800000 0x400000>, <0xff646000 0x2000>, <0xf9f00000 0x100000>; - reg-names = "elbi", "cfg", "config"; + reg-names = "dbi", "cfg", "config"; interrupts = ; clocks = <&pclk>, <&clk_port>, <&clk_phy>; clock-names = "pclk", "port", "general"; -- 2.51.0