diff options
author | Marek Vasut | 2018-08-13 20:40:54 +0200 |
---|---|---|
committer | Marek Vasut | 2018-08-13 22:35:16 +0200 |
commit | c29508045f41c0cf110af11ed9340bcc42974e08 (patch) | |
tree | 3c0f3d9a5f9599da7428125450162265d446ae05 /arch/arm/dts | |
parent | 3d8685f155f287968fb74ae8092edd26b8b40652 (diff) |
ARM: dts: socfpga: Add i2c alias to A10 SoCDK
The A10 SoCDK is missing the I2C bus alias, so DM I2C cannot assign
the I2C bus a bus number. Add the missing alias.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <chin.liang.see@intel.com>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Cc: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/socfpga_arria10_socdk.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_arria10_socdk.dtsi b/arch/arm/dts/socfpga_arria10_socdk.dtsi index 3f59f025775..4018a5b9296 100644 --- a/arch/arm/dts/socfpga_arria10_socdk.dtsi +++ b/arch/arm/dts/socfpga_arria10_socdk.dtsi @@ -23,6 +23,7 @@ aliases { ethernet0 = &gmac0; serial0 = &uart1; + i2c0 = &i2c1; }; chosen { |