From: Michal Simek <michal.simek@amd.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
linux-kernel@vger.kernel.org, monstr@monstr.eu,
michal.simek@xilinx.com, git@xilinx.com
Cc: Varalaxmi Bingi <varalaxmi.bingi@amd.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: zynq: dts: Setting default i2c clock frequency to 400kHz
Date: Wed, 3 May 2023 09:27:30 +0200 [thread overview]
Message-ID: <958f4336-8c38-4cc1-4313-06a54e397d42@amd.com> (raw)
In-Reply-To: <e0b50ae1-b501-cb41-829f-736903e5794f@linaro.org>
On 5/2/23 22:13, Krzysztof Kozlowski wrote:
> CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email.
>
>
> On 02/05/2023 15:53, Michal Simek wrote:
>> From: Varalaxmi Bingi <varalaxmi.bingi@amd.com>
>>
>> Setting default i2c clock frequency for Zynq to maximum rate of 400kHz.
>> Current default value is 100kHz.
>>
>> Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@amd.com>
>> Signed-off-by: Michal Simek <michal.simek@amd.com>
>> ---
>>
>> arch/arm/boot/dts/zynq-7000.dtsi | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
>> index cd9931f6bcbd..a7db3f3009f2 100644
>> --- a/arch/arm/boot/dts/zynq-7000.dtsi
>> +++ b/arch/arm/boot/dts/zynq-7000.dtsi
>> @@ -149,6 +149,7 @@ i2c0: i2c@e0004000 {
>> clocks = <&clkc 38>;
>> interrupt-parent = <&intc>;
>> interrupts = <0 25 4>;
>> + clock-frequency = <400000>;
>
> I think this should be rather property of the board, because it depends
> on I2C devices, right?
We have 15+ boards with i2c connected and from this count I am aware about only
one configuration which is not working on 400k.
It is a question if make sense to update all boards (except for 1 and not all in
kernel yet) to 400k or just say 400k is default and if there is any issue use
lower frequency.
Obviously this patch is setting up 400k as default and let "problematic" boards
to setup lower freq.
The same approach was used for modepin description.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/arch/arm64/boot/dts/xilinx/zynqmp.dtsi?h=v6.3&id=53ba1b2bdaf7f481fdd878e9c18cd0e54081fac9
The next point is that 100k is default in Linux but doesn't mean it is default
in other projects.
But if you think that it must be board property I think we should setup 100k as
default in this file too to make it clear.
Thanks,
Michal
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-05-03 7:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-02 13:53 [PATCH] ARM: zynq: dts: Setting default i2c clock frequency to 400kHz Michal Simek
2023-05-02 20:13 ` Krzysztof Kozlowski
2023-05-03 7:27 ` Michal Simek [this message]
2023-05-03 7:40 ` Krzysztof Kozlowski
2023-05-03 8:02 ` Michal Simek
2023-05-03 8:06 ` Krzysztof Kozlowski
2023-05-03 8:09 ` Michal Simek
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=958f4336-8c38-4cc1-4313-06a54e397d42@amd.com \
--to=michal.simek@amd.com \
--cc=devicetree@vger.kernel.org \
--cc=git@xilinx.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.simek@xilinx.com \
--cc=monstr@monstr.eu \
--cc=robh+dt@kernel.org \
--cc=varalaxmi.bingi@amd.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