diff mbox series

[U-Boot,5/5] ARM: dts: socfpga: Add i2c alias to A10 SoCDK

Message ID 20180813185402.11197-5-marex@denx.de
State Accepted
Commit c29508045f41c0cf110af11ed9340bcc42974e08
Delegated to: Marek Vasut
Headers show
Series [U-Boot,1/5] ARM: dts: socfpga: Flag reset manager on A10 as pre-reloc | expand

Commit Message

Marek Vasut Aug. 13, 2018, 6:54 p.m. UTC
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>
---
 arch/arm/dts/socfpga_arria10_socdk.dtsi | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/socfpga_arria10_socdk.dtsi b/arch/arm/dts/socfpga_arria10_socdk.dtsi
index 3f59f02577..4018a5b929 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 {