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 5A4B638FA3; Fri, 9 Jan 2026 12:27:57 +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=1767961677; cv=none; b=G2v5tMlAdZncwdk1YIGi36YE8BVKr1m6Y9IN8AIL0JmvAOjFy/WYfBYlz4NnoVToCSspJsg1zgyujx0szrTH0EQlHxioQjZXOQjKRRP9M9SdoCwzKnBNLEn+m3WI0AmRR/JuJyxSbg5CpQPt9CgkEDMhlMz6n366UnFtUTrBk/U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767961677; c=relaxed/simple; bh=IbWHQExm4/ubDBKZKH3QAQmZpVoM770q47lvnbHYdqU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=BE6bTmKPALl1HWFUh5faGbe6IwneYxhN6YngTQwu4M1qDN4b12d7uxSVvCYaLbEzZvcvEj8M5a/hrzysPI0xflfz/8YHx3XVfV3mh5IfFIF4E5uqsWAU0bCmestp2DOdeStxXVA5tPnaFA5yc6lTGCknfP8RSQ5otikW2n65p8s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=VcRW6nv8; 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="VcRW6nv8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D995BC19421; Fri, 9 Jan 2026 12:27:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1767961677; bh=IbWHQExm4/ubDBKZKH3QAQmZpVoM770q47lvnbHYdqU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=VcRW6nv8xy0PyKNSD4EyMp9aDK45bsffLfq/6QjqmbmSCxvENe7hOhP3aIITeVvix gV6t/SekRwaV1axmKXawIPqbvMeLnIrrKp5UmgoA37tKki1mQk4anXP8r2RuO03GaR KaYcu6XWZDJ39NcfrRHqCFYmpKLcs2qR79UQadVY= 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.1 096/634] dt-bindings: PCI: amlogic: Fix the register name of the DBI region Date: Fri, 9 Jan 2026 12:36:14 +0100 Message-ID: <20260109112121.046759661@linuxfoundation.org> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20260109112117.407257400@linuxfoundation.org> References: <20260109112117.407257400@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.1-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