DT uses the name elbi in reg-names for application logic registers which is a wrong nomenclature. This patch fixes the same. This commit shouldn't be applied without changes "arm64: dts: Rename the term elbi to appl" and "PCI: samsung: Rename the term elbi to appl" Signed-off-by: Shradha Todi <shradha.t@xxxxxxxxxxx> --- Documentation/devicetree/bindings/pci/samsung,pcie.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/pci/samsung,pcie.yaml b/Documentation/devicetree/bindings/pci/samsung,pcie.yaml index 6cd36d9ccba0..9c58c4d1f6a7 100644 --- a/Documentation/devicetree/bindings/pci/samsung,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/samsung,pcie.yaml @@ -25,13 +25,13 @@ properties: reg: items: - description: Data Bus Interface (DBI) registers. - - description: External Local Bus interface (ELBI) registers. + - description: Controller's application logic registers. - description: PCIe configuration space region. reg-names: items: - const: dbi - - const: elbi + - const: appl - const: config interrupts: -- 2.17.1