From: Nishanth Menon <nm@ti.com>
To: Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Rob Herring <robh+dt@kernel.org>
Cc: <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
Tero Kristo <kristo@kernel.org>,
Vignesh Raghavendra <vigneshr@ti.com>,
Udit Kumar <u-kumar1@ti.com>, Nishanth Menon <nm@ti.com>,
Robert Nelson <robertcnelson@gmail.com>
Subject: [PATCH V2 03/14] arm64: dts: ti: k3-j721e-beagleboneai64: Move camera gpio pinctrl to gpio node
Date: Tue, 6 Jun 2023 13:22:09 -0500 [thread overview]
Message-ID: <20230606182220.3661956-4-nm@ti.com> (raw)
In-Reply-To: <20230606182220.3661956-1-nm@ti.com>
Move the GPIO mux configuration needed for camera module to work to the
GPIO node instead of the I2C node.
Camera nodes are maintained as overlay files, but the common mux is
always needed to ensure that camera probes fine and ensuring the mux
is configured as part of the GPIO module allows for the multiple
overlay files to be simpler.
Cc: Robert Nelson <robertcnelson@gmail.com>
Suggested-by: Udit Kumar <u-kumar1@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
---
New patch
arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts b/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts
index 37c24b077b6a..1a65d3617a29 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts
+++ b/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts
@@ -593,7 +593,7 @@ &main_i2c0 {
&main_i2c1 {
status = "okay";
pinctrl-names = "default";
- pinctrl-0 = <&main_i2c1_pins_default &csi1_gpio_pins_default>;
+ pinctrl-0 = <&main_i2c1_pins_default>;
clock-frequency = <400000>;
};
@@ -623,7 +623,7 @@ &main_i2c4 {
&main_i2c5 {
status = "okay";
pinctrl-names = "default";
- pinctrl-0 = <&main_i2c5_pins_default &csi0_gpio_pins_default>;
+ pinctrl-0 = <&main_i2c5_pins_default>;
clock-frequency = <400000>;
};
@@ -688,6 +688,11 @@ &wkup_gpio1 {
status = "disabled";
};
+&main_gpio0 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&csi1_gpio_pins_default>, <&csi0_gpio_pins_default>;
+};
+
&usb_serdes_mux {
idle-states = <1>, <1>; /* USB0 to SERDES3, USB1 to SERDES2 */
};
--
2.40.0
next prev parent reply other threads:[~2023-06-06 18:22 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-06 18:22 [PATCH V2 00/14] arm64: dts: ti: Fix up references to phandles Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 01/14] arm64: dts: ti: k3-j721e-sk: Fixup reference to phandles array Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 02/14] arm64: dts: ti: k3-j721e-som-p0/common-proc-board: " Nishanth Menon
2023-06-06 18:22 ` Nishanth Menon [this message]
2023-06-06 18:22 ` [PATCH V2 04/14] arm64: dts: ti: k3-j721e-beagleboneai64: Move eeprom WP gpio pinctrl to eeprom node Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 05/14] arm64: dts: ti: k3-j721e-beagleboneai64: Fixup reference to phandles array Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 06/14] arm64: dts: ti: k3-am642-phyboard-electra-rdk: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 07/14] arm64: dts: ti: k3-j7200-som/common-proc-board: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 08/14] arm64: dts: ti: k3-j721s2-common-proc-board: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 09/14] arm64: dts: ti: k3-am625-sk: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 10/14] arm64: dts: ti: k3-am64-evm: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 11/14] arm64: dts: ti: k3-am64-sk: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 12/14] arm64: dts: ti: k3-am65-iot*: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 13/14] arm64: dts: ti: k3-am654-base-board: " Nishanth Menon
2023-06-06 18:22 ` [PATCH V2 14/14] arm64: dts: ti: k3-am68-sk-base-board: " Nishanth Menon
2023-06-07 7:48 ` [PATCH V2 00/14] arm64: dts: ti: Fix up references to phandles Kumar, Udit
2023-06-15 13:27 ` Vignesh Raghavendra
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=20230606182220.3661956-4-nm@ti.com \
--to=nm@ti.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kristo@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robertcnelson@gmail.com \
--cc=robh+dt@kernel.org \
--cc=u-kumar1@ti.com \
--cc=vigneshr@ti.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
all inboxes | Powered by JetHome®