Commit ed046919 authored by Adam Wujek's avatar Adam Wujek

sw/petalinux/dtb: fix the order of i2c controllers in Linux

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent 08929ca2
...@@ -15,6 +15,12 @@ ...@@ -15,6 +15,12 @@
chosen { chosen {
xlnx,eeprom = &mac_eeprom; xlnx,eeprom = &mac_eeprom;
}; };
aliases {
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &axi_iic_0;
i2c3 = &axi_iic_1;
};
}; };
&gem0 { &gem0 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment