diff options
author | Geert Uytterhoeven <[email protected]> | 2023-03-20 17:34:24 +0100 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2023-03-30 15:56:27 +0200 |
commit | 1b4d507e89136e60c6b1db4543cae5f8e20085ae (patch) | |
tree | b70554c5e27103bca37ee0c8eafe783ba1b3f154 | |
parent | cab3511ea7a0b1fc0c664e654f948f7ebe4f9072 (diff) |
ARM: dts: marzen: Enable I2C support
Enable the single I2C bus available on the Marzen development board.
As this bus contains an AK4643 codec, it must be limited to 100 kHz.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/r/77b87378397fd26f39c73f68e3ea465db6d38fb1.1679330016.git.geert+renesas@glider.be
-rw-r--r-- | arch/arm/boot/dts/r8a7779-marzen.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7779-marzen.dts b/arch/arm/boot/dts/r8a7779-marzen.dts index 60c9c4b7faa1..fd40890bd77b 100644 --- a/arch/arm/boot/dts/r8a7779-marzen.dts +++ b/arch/arm/boot/dts/r8a7779-marzen.dts @@ -215,6 +215,12 @@ }; }; +&i2c0 { + status = "okay"; + + clock-frequency = <100000>; +}; + &irqpin0 { status = "okay"; }; |