From: Stefan Roese Date: Thu, 18 Nov 2021 08:19:39 +0000 (+0100) Subject: arm: mvebu: armada-xp-theadorable.dts: Add I2C DT nodes X-Git-Tag: baikal/mips/sdk5.9~7^2^2~112^2~9^2~17 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=90734e3a8580199b1b074a6c9cf2eeee381bc334;p=uboot.git arm: mvebu: armada-xp-theadorable.dts: Add I2C DT nodes Now with DM I2C support enabled we need to describe the I2C busses and devices in the DT. Signed-off-by: Stefan Roese --- diff --git a/arch/arm/dts/armada-xp-theadorable.dts b/arch/arm/dts/armada-xp-theadorable.dts index 6a1df870ab..24cc1cc527 100644 --- a/arch/arm/dts/armada-xp-theadorable.dts +++ b/arch/arm/dts/armada-xp-theadorable.dts @@ -71,6 +71,8 @@ spi0 = &spi0; spi1 = &spi1; ethernet0 = ð0; + i2c0 = &i2c0; + i2c1 = &i2c1; }; memory { @@ -156,6 +158,16 @@ }; }; +&i2c0 { + status = "okay"; + clock-frequency = <100000>; +}; + +&i2c1 { + status = "okay"; + clock-frequency = <100000>; +}; + &spi0 { status = "okay"; u-boot,dm-pre-reloc;