mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 01:16:41 +07:00
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: Wolfram Sang <wsa@sang-engineering.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
23640ff2ef
commit
535118cac9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user