mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
x86: dts: edison: configure I2C#6 pins
Now that we have the pinctrl driver for Merrifield in place we can make use of it and set I2C#6 pins appropriately. Initial configuration came from the firmware. Which quite likely has been used in the phones, where that is not part of Atom peripheral, is in use. Thus we need to override the leftover. Signed-off-by: Georgii Staroselskii <georgii.staroselskii@emlid.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
355c9b757e
commit
f26b260c69
1 changed files with 22 additions and 0 deletions
|
@ -90,4 +90,26 @@
|
|||
compatible = "intel,reset-tangier";
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
pinctrl {
|
||||
compatible = "intel,pinctrl-tangier";
|
||||
reg = <0xff0c0000 0x8000>;
|
||||
|
||||
/*
|
||||
* Initial configuration came from the firmware.
|
||||
* Which quite likely has been used in the phones, where I2C #8,
|
||||
* that is not part of Atom peripheral, is in use.
|
||||
* Thus we need to override the leftover.
|
||||
*/
|
||||
i2c6_scl@0 {
|
||||
pad-offset = <111>;
|
||||
mode-func = <1>;
|
||||
protected;
|
||||
};
|
||||
i2c6_sda@0 {
|
||||
pad-offset = <112>;
|
||||
mode-func = <1>;
|
||||
protected;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue