Commit 535118ca authored by Wolfram Sang's avatar Wolfram Sang Committed by Simon Horman

ARM: shmobile: r8a7790: lager: add pinmux for iic0

It seems we used to rely on the default pinmux setting of this HW, but
currently we need to explicitly set the pinmux to access this bus. It is
better style, too.
Signed-off-by: default avatarWolfram Sang <wsa@sang-engineering.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 23640ff2
......@@ -342,6 +342,11 @@ msiof1_pins: spi2 {
renesas,function = "msiof1";
};
iic0_pins: iic0 {
renesas,groups = "iic0";
renesas,function = "iic0";
};
iic1_pins: iic1 {
renesas,groups = "iic1";
renesas,function = "iic1";
......@@ -517,6 +522,8 @@ &cpu0 {
&iic0 {
status = "okay";
pinctrl-0 = <&iic0_pins>;
pinctrl-names = "default";
};
&iic1 {
......
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