All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergio Paracuellos <sergio.paracuellos@gmail.com>
To: gregkh@linuxfoundation.org
Cc: neil@brown.name, driverdev-devel@linuxdriverproject.org
Subject: [PATCH v5 14/17] staging: mt7621-dts: add sysctl registers base address to pcie
Date: Mon, 15 Oct 2018 20:23:04 +0200	[thread overview]
Message-ID: <1539627787-2958-15-git-send-email-sergio.paracuellos@gmail.com> (raw)
In-Reply-To: <1539627787-2958-1-git-send-email-sergio.paracuellos@gmail.com>

Add missing system control registers address in pcie node of
the device tree.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
---
 drivers/staging/mt7621-dts/mt7621.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/mt7621-dts/mt7621.dtsi b/drivers/staging/mt7621-dts/mt7621.dtsi
index 2e837e6..6b4bc43 100644
--- a/drivers/staging/mt7621-dts/mt7621.dtsi
+++ b/drivers/staging/mt7621-dts/mt7621.dtsi
@@ -397,8 +397,8 @@
 		reg = <0x1e140000 0x100     /* host-pci bridge registers */
 			0x1e142000 0x100    /* pcie port 0 RC control registers */
 			0x1e143000 0x100    /* pcie port 1 RC control registers */
-			0x1e144000 0x100>;  /* pcie port 2 RC control registers */
-
+			0x1e144000 0x100    /* pcie port 2 RC control registers */
+			0x1e000000 0x100>;  /* sysctl */
 		#address-cells = <3>;
 		#size-cells = <2>;
 
-- 
2.7.4

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

  parent reply	other threads:[~2018-10-15 18:23 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-15 18:22 [PATCH v5 00/17] staging: mt7621-pci: Parse ports info from DT and other minor cleanups Sergio Paracuellos
2018-10-15 18:22 ` [PATCH v5 01/17] staging: mt7621-pci: parse and init port data from device tree Sergio Paracuellos
2018-10-15 18:22 ` [PATCH v5 02/17] staging: mt7621-pci: replace return value if devm_pci_alloc_host_bridge call fails Sergio Paracuellos
2018-10-15 18:22 ` [PATCH v5 03/17] staging: mt7621-pci: add two helpers for read and write pcie register ports Sergio Paracuellos
2018-10-15 18:22 ` [PATCH v5 04/17] staging: mt7621-pci: factor out 'mt7621_pcie_enable_port' function Sergio Paracuellos
2018-10-15 18:22 ` [PATCH v5 05/17] staging: mt7621-pci: remove [ASSERT|DEASSERT]_SYSRST_PCIE macros Sergio Paracuellos
2018-10-15 18:22 ` [PATCH v5 06/17] staging: mt7621-pci: remove GPL2+ text from license header Sergio Paracuellos
2018-10-15 18:22 ` [PATCH v5 07/17] staging: mt7621-pci: remove two commented code lines Sergio Paracuellos
2018-10-15 18:22 ` [PATCH v5 08/17] staging: mt7621-pci: remove reset related unused macros Sergio Paracuellos
2018-10-15 18:22 ` [PATCH v5 09/17] staging: mt7621-pci: reagroup reset related macros all together Sergio Paracuellos
2018-10-15 18:23 ` [PATCH v5 10/17] staging: mt7621-pci: rewrite pcie phy related functions Sergio Paracuellos
2018-10-15 18:23 ` [PATCH v5 11/17] staging: mt7621-pci: factor out 'mt7621_enable_phy' function Sergio Paracuellos
2018-10-15 18:23 ` [PATCH v5 12/17] staging: mt7621-pci: debug port N_FTS inside 'mt7621_pcie_enable_port' Sergio Paracuellos
2018-10-15 18:23 ` [PATCH v5 13/17] staging: mt7621-pci: rename 'mt7621_pcie_enable_port' into 'mt7621_pcie_init_port' Sergio Paracuellos
2018-10-15 18:23 ` Sergio Paracuellos [this message]
2018-10-15 18:23 ` [PATCH v5 15/17] staging: mt7621-pci: remap and use sysctl from device tree Sergio Paracuellos
2018-10-15 18:23 ` [PATCH v5 16/17] staging: mt7621-pci: use a trailing */ on a separate line Sergio Paracuellos
2018-10-15 18:23 ` [PATCH v5 17/17] staging: mt7621-pci: use dev_* functions instead of printk Sergio Paracuellos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1539627787-2958-15-git-send-email-sergio.paracuellos@gmail.com \
    --to=sergio.paracuellos@gmail.com \
    --cc=driverdev-devel@linuxdriverproject.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=neil@brown.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.