diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-04-15 19:30:46 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-04-23 22:08:35 +0200 |
commit | 56896ef5b990a3822da45f92e548c4c8ac301bb4 (patch) | |
tree | 4a9599eae136f7c8cf65d8855838a1d92eb29dd9 /arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts | |
parent | e6d939bfd43271d7ab0b411d830ab62d835d8536 (diff) |
arm64: dts: uniphier: fix I2C nodes of PH1-LD20
The I2C hardware blocks on this SoC are connected as follows:
I2C0: external connection
I2C1: external connection
I2C2: internal connection
I2C3: external connection
I2C4: external connection
I2C5: internal connection
I2C6: no connection (not accessible)
Delete pinctrl from Ch2, add pinctrl to Ch4, and remove the Ch6 node.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts')
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts index 727ae5f8c4e7..b0ed44313a5b 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts @@ -70,7 +70,6 @@ i2c3 = &i2c3; i2c4 = &i2c4; i2c5 = &i2c5; - i2c6 = &i2c6; }; }; |