Hello,

On Fri, 23 Mar 2018 12:00:18 +0100, Boris Brezillon wrote:

> +Optional properties defined by the generic binding (see
> +Documentation/devicetree/bindings/i3c/i3c.txt for more details):
> +
> +- i2c-scl-frequency
> +- i3c-scl-frequency

These properties are now named *-scl-hz.

> +Example:
> +
> +     i3c-master@0d040000 {
> +             compatible = "cdns,i3c-master";
> +             clocks = <&coreclock>, <&i3csysclock>;
> +             clock-names = "pclk", "sysclk";
> +             interrupts = <3 0>;
> +             reg = <0x0d040000 0x1000>;
> +             #address-cells = <1>;
> +             #size-cells = <0>;
> +             i2c-scl-frequency = <100000>;

Ditto.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to