Message ID | 20231204222811.2344460-1-ggiordano@phytec.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] arm64: dts: ti: k3-am625-phyboard-lyra-rdk: Lower I2C1 frequency | expand |
On 14:28-20231204, Garrett Giordano wrote: > The gpio-expander on i2c-1 has a maximum frequency of 100kHz. Update our > main_i2c1 frequency to allow the nxp,pcf8574 gpio-expander to function > properly. > > Signed-off-by: Garrett Giordano <ggiordano@phytec.com> > --- > arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts b/arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts > index a438baf542c2..171354b13e33 100644 > --- a/arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts > +++ b/arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts > @@ -187,7 +187,7 @@ cpsw3g_phy3: ethernet-phy@3 { > &main_i2c1 { > pinctrl-names = "default"; > pinctrl-0 = <&main_i2c1_pins_default>; > - clock-frequency = <400000>; > + clock-frequency = <100000>; > status = "okay"; > > gpio_exp: gpio-expander@21 { > -- > 2.25.1 > https://lore.kernel.org/all/bd5284ec-6f25-464a-9ee7-4c50496482f1@phytec.de/ please make sure to pick up the previous Reviewed-by when you post an update of your series.
Am 04.12.23 um 23:28 schrieb Garrett Giordano: > The gpio-expander on i2c-1 has a maximum frequency of 100kHz. Update our > main_i2c1 frequency to allow the nxp,pcf8574 gpio-expander to function > properly. > > Signed-off-by: Garrett Giordano <ggiordano@phytec.com> For all three, Reviewed-by: Wadim Egorov <w.egorov@phytec.de> > --- > arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts b/arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts > index a438baf542c2..171354b13e33 100644 > --- a/arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts > +++ b/arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts > @@ -187,7 +187,7 @@ cpsw3g_phy3: ethernet-phy@3 { > &main_i2c1 { > pinctrl-names = "default"; > pinctrl-0 = <&main_i2c1_pins_default>; > - clock-frequency = <400000>; > + clock-frequency = <100000>; > status = "okay"; > > gpio_exp: gpio-expander@21 {
Hi Garrett Giordano, On Mon, 04 Dec 2023 14:28:09 -0800, Garrett Giordano wrote: > The gpio-expander on i2c-1 has a maximum frequency of 100kHz. Update our > main_i2c1 frequency to allow the nxp,pcf8574 gpio-expander to function > properly. > > I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/3] arm64: dts: ti: k3-am625-phyboard-lyra-rdk: Lower I2C1 frequency commit: 9c316d58c238e58d6346458462e8b0fd308e7332 [2/3] arm64: dts: ti: k3-am625-phyboard-lyra-rdk: Add HDMI support commit: bac441710306a84c52f0f9a561aa9839b91caa14 [3/3] arm64: dts: ti: k3-am625-phyboard-lyra-rdk: Remove HDMI Reset Line Name commit: fecdf6de7e47849504d0edaaff55fa0baadef420 For future reference: using a cover-letter (though not mandatory) helps reviewers provide a ack/ other tag on cover letter to apply to all patches and b4 can easily figure it out. All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
diff --git a/arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts b/arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts index a438baf542c2..171354b13e33 100644 --- a/arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts +++ b/arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts @@ -187,7 +187,7 @@ cpsw3g_phy3: ethernet-phy@3 { &main_i2c1 { pinctrl-names = "default"; pinctrl-0 = <&main_i2c1_pins_default>; - clock-frequency = <400000>; + clock-frequency = <100000>; status = "okay"; gpio_exp: gpio-expander@21 {
The gpio-expander on i2c-1 has a maximum frequency of 100kHz. Update our main_i2c1 frequency to allow the nxp,pcf8574 gpio-expander to function properly. Signed-off-by: Garrett Giordano <ggiordano@phytec.com> --- arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)