[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2600723.TLnPLrj5Ze@diego>
Date: Tue, 27 May 2025 11:58:23 +0200
From: Heiko StĂĽbner <heiko@...ech.de>
To: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Quentin Schulz <foss+kernel@...il.net>
Cc: Jakob Unterwurzacher <jakob.unterwurzacher@...rry.de>,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org,
Quentin Schulz <quentin.schulz@...rry.de>
Subject:
Re: [PATCH v2] arm64: dts: rockchip: support Ethernet Switch adapter for
RK3588 Jaguar
Am Freitag, 23. Mai 2025, 18:48:42 Mitteleuropäische Sommerzeit schrieb Quentin Schulz:
> From: Quentin Schulz <quentin.schulz@...rry.de>
>
> This adds support for the Ethernet Switch adapter connected through the
> mezzanine connector on RK3588 Jaguar.
>
> This adapter has a KSZ9896 Ethernet Switch with 4 1GbE Ethernet
> connectors, two user controllable LEDs, and an M12 12-pin connector
> which exposes the following signals:
> - RS232/RS485 (max 250Kbps/500Kbps, RX pin1, TX pin2)
> - two digital inputs (pin4 routed to GPIO3_C5 on SoC, pin5 to GPIO4_B4)
> - two digital outputs (pin7 routed to GPIO3_D3 on SoC, pin8 to
> GPIO3_D1)
> - two analog inputs (pin10 to channel1 of ADS1015, pin11 to channel2)
>
> Signed-off-by: Quentin Schulz <quentin.schulz@...rry.de>
> +&i2c1 {
> + #address-cells = <1>;
> + /* ADS1015 can handle high-speed (HS) mode (up to 3.4MHz) on I2C bus,
> + but SOC can handle only up to 400kHz. */
Multi-line comment style would be
/*
* ADS1015 can handle high-speed (HS) mode (up to 3.4MHz) on I2C bus,
* but SOC can handle only up to 400kHz
*/
> + clock-frequency = <400000>;
> + #size-cells = <0>;
> + status = "okay";
> +
other than that, looks fine
Heiko
Powered by blists - more mailing lists