From: Chris Packham <chris.packham@alliedtelesis.co.nz>
To: andi.shyti@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, lee@kernel.org, sre@kernel.org,
tsbogend@alpha.franken.de, markus.stockhausen@gmx.de
Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
linux-mips@vger.kernel.org,
Chris Packham <chris.packham@alliedtelesis.co.nz>
Subject: [PATCH v6 5/6] mips: dts: realtek: Add I2C controllers
Date: Wed, 16 Oct 2024 11:59:47 +1300 [thread overview]
Message-ID: <20241015225948.3971924-6-chris.packham@alliedtelesis.co.nz> (raw)
In-Reply-To: <20241015225948.3971924-1-chris.packham@alliedtelesis.co.nz>
Add the I2C controllers that are part of the RTL9300 SoC.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
Notes:
Changes in v6:
- Drop wildcard compatible
- Put status = "disabled" at the end
Changes in v5:
- Update compatibles
Changes in v4:
- Skipped due to combining patch series
Changes in v3:
- None
Changes in v2:
- Use reg property
arch/mips/boot/dts/realtek/rtl9302c.dtsi | 8 ++++++++
arch/mips/boot/dts/realtek/rtl930x.dtsi | 16 ++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/arch/mips/boot/dts/realtek/rtl9302c.dtsi b/arch/mips/boot/dts/realtek/rtl9302c.dtsi
index ca4d347af8d3..8690433af498 100644
--- a/arch/mips/boot/dts/realtek/rtl9302c.dtsi
+++ b/arch/mips/boot/dts/realtek/rtl9302c.dtsi
@@ -5,3 +5,11 @@
&switch0 {
compatible = "realtek,rtl9302c-switch", "syscon", "simple-mfd";
};
+
+&i2c0 {
+ compatible = "realtek,rtl9302c-i2c", "realtek,rtl9301-i2c";
+};
+
+&i2c1 {
+ compatible = "realtek,rtl9302c-i2c", "realtek,rtl9301-i2c";
+};
diff --git a/arch/mips/boot/dts/realtek/rtl930x.dtsi b/arch/mips/boot/dts/realtek/rtl930x.dtsi
index 7477fae34987..6a6f3f3fe389 100644
--- a/arch/mips/boot/dts/realtek/rtl930x.dtsi
+++ b/arch/mips/boot/dts/realtek/rtl930x.dtsi
@@ -41,6 +41,22 @@ reboot@c {
reg = <0x0c 0x4>;
value = <0x01>;
};
+
+ i2c0: i2c@36c {
+ compatible = "realtek,rtl9301-i2c";
+ reg = <0x36c 0x14>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "disabled";
+ };
+
+ i2c1: i2c@388 {
+ compatible = "realtek,rtl9301-i2c";
+ reg = <0x388 0x14>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "disabled";
+ };
};
};
--
2.47.0
next prev parent reply other threads:[~2024-10-15 22:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-15 22:59 [PATCH v6 0/6] RTL9300 support for reboot and i2c Chris Packham
2024-10-15 22:59 ` [PATCH v6 1/6] dt-bindings: reset: syscon-reboot: Add reg property Chris Packham
2024-10-15 22:59 ` [PATCH v6 2/6] power: reset: syscon-reboot: Accept " Chris Packham
2024-10-15 22:59 ` [PATCH v6 3/6] dt-bindings: mfd: Add Realtek RTL9300 switch peripherals Chris Packham
2024-10-16 6:41 ` Krzysztof Kozlowski
2024-10-16 19:50 ` Chris Packham
2024-10-16 20:00 ` Chris Packham
2024-10-15 22:59 ` [PATCH v6 4/6] mips: dts: realtek: Add syscon-reboot node Chris Packham
2024-10-15 22:59 ` Chris Packham [this message]
2024-10-15 22:59 ` [PATCH v6 6/6] i2c: Add driver for the RTL9300 I2C controller Chris Packham
2024-10-16 21:41 ` (subset) [PATCH v6 0/6] RTL9300 support for reboot and i2c Sebastian Reichel
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=20241015225948.3971924-6-chris.packham@alliedtelesis.co.nz \
--to=chris.packham@alliedtelesis.co.nz \
--cc=andi.shyti@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lee@kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=markus.stockhausen@gmx.de \
--cc=robh@kernel.org \
--cc=sre@kernel.org \
--cc=tsbogend@alpha.franken.de \
/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).