devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jon Mason <jon.mason@broadcom.com>
To: f.fainelli@gmail.com
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, Scott Branden <sbranden@broadcom.com>,
	Pawel Moll <pawel.moll@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Ray Jui <rjui@broadcom.com>,
	linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	bcm-kernel-feedback-list@broadcom.com,
	Kumar Gala <galak@codeaurora.org>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 02/11] ARM: dts: NSP: Enable SATA and add i2c devices on XMC
Date: Wed,  3 Aug 2016 14:38:57 -0400	[thread overview]
Message-ID: <1470249546-12440-3-git-send-email-jon.mason@broadcom.com> (raw)
In-Reply-To: <1470249546-12440-1-git-send-email-jon.mason@broadcom.com>

Enable SATA on bcm958625xmc and add the i2c devices present.

Signed-off-by: Jon Mason <jon.mason@broadcom.com>
---
 arch/arm/boot/dts/bcm958525xmc.dts | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/bcm958525xmc.dts b/arch/arm/boot/dts/bcm958525xmc.dts
index d257e83..a337f2d 100644
--- a/arch/arm/boot/dts/bcm958525xmc.dts
+++ b/arch/arm/boot/dts/bcm958525xmc.dts
@@ -47,6 +47,24 @@
 	};
 };
 
+&i2c0 {
+	temperature-sensor@4c {
+		compatible = "adi,adt7461a";
+		reg = <0x4c>;
+	};
+
+	eeprom@52 {
+		compatible = "atmel,24c02";
+		reg = <0x52>;
+		pagesize = <16>;
+	};
+
+	rtc@68 {
+		compatible = "st,m41t81";
+		reg = <0x68>;
+	};
+};
+
 &nand {
 	nandcs@0 {
 		compatible = "brcm,nandcs";
@@ -85,7 +103,7 @@
 	};
 };
 
-/* XHCI, SATA, MMC, and Ethernet support needed to be complete */
+/* XHCI, MMC, and Ethernet support needed to be complete */
 
 &uart0 {
 	status = "okay";
@@ -99,6 +117,18 @@
 	status = "okay";
 };
 
+&sata_phy0 {
+	status = "okay";
+};
+
+&sata_phy1 {
+	status = "okay";
+};
+
+&sata {
+	status = "okay";
+};
+
 &pinctrl {
 	pinctrl-names = "default";
 	pinctrl-0 = <&nand_sel>;
-- 
2.7.4

  parent reply	other threads:[~2016-08-03 18:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-03 18:38 [PATCH 00/11] ARM: dts: NSP: define SATA, Reboot, RAM and new device tree files Jon Mason
2016-08-03 18:38 ` [PATCH 01/11] ARM: dts: NSP: Enable SATA on bcm958625hr Jon Mason
2016-08-03 18:38 ` Jon Mason [this message]
2016-08-03 18:38 ` [PATCH 04/11] ARM: dts: NSP: Specify RAM amount for BCM958525XMC board Jon Mason
2016-08-03 18:39 ` [PATCH 05/11] ARM: dts: NSP: Add GPIO reboot method to bcm958625hr DTS file Jon Mason
2016-08-03 18:39 ` [PATCH 06/11] ARM: dts: NSP: Add GPIO reboot method to bcm958625xmc " Jon Mason
2016-08-03 18:39 ` [PATCH 07/11] ARM: dts: NSP: Add new DT file for bcm958525er Jon Mason
2016-08-03 18:39 ` [PATCH 10/11] ARM: dts: NSP: Add new DT file for bcm958623hr Jon Mason
     [not found] ` <1470249546-12440-1-git-send-email-jon.mason-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-08-03 18:38   ` [PATCH 03/11] ARM: dts: NSP: Specify RAM amount for BCM958625K board Jon Mason
2016-08-03 18:39   ` [PATCH 08/11] ARM: dts: NSP: Add new DT file for bcm958522er Jon Mason
2016-08-03 18:39   ` [PATCH 09/11] ARM: dts: NSP: Add new DT file for bcm988312hr Jon Mason
2016-08-03 18:39   ` [PATCH 11/11] ARM: dts: NSP: Add new DT file for bcm958622hr Jon Mason
2016-08-09  1:42   ` [PATCH 00/11] ARM: dts: NSP: define SATA, Reboot, RAM and new device tree files Florian Fainelli

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=1470249546-12440-3-git-send-email-jon.mason@broadcom.com \
    --to=jon.mason@broadcom.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=devicetree@vger.kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=rjui@broadcom.com \
    --cc=robh+dt@kernel.org \
    --cc=sbranden@broadcom.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).