mirror of https://gitee.com/openkylin/linux.git
ARM: shmobile: sh7372: Add pin control device to device tree
Add a pfc node to the sh7372 device tree. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
f98e10c88a
commit
871e4b3e9e
|
@ -23,4 +23,12 @@ cpu@0 {
|
|||
reg = <0x0>;
|
||||
};
|
||||
};
|
||||
|
||||
pfc: pfc@e6050000 {
|
||||
compatible = "renesas,pfc-sh7372";
|
||||
reg = <0xe6050000 0x8000>,
|
||||
<0xe605801c 0x1c>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue