Message ID | Pine.LNX.4.64.1307191703040.26183@axis700.grange (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi index 2f1bec8..3c9c7f2 100644 --- a/arch/arm/boot/dts/r8a73a4.dtsi +++ b/arch/arm/boot/dts/r8a73a4.dtsi @@ -257,7 +257,7 @@ pfc: pfc@e6050000 { compatible = "renesas,pfc-r8a73a4"; - reg = <0xe6050000 0x9000>; + reg = <0 0xe6050000 0 0x9000>; gpio-controller; #gpio-cells = <2>; };
The pfc DT node should use 2 cells for address and size, fix it. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> --- This is against Simon's renesas.git devel branch. Feel free to merge with the offending patch, if possible. arch/arm/boot/dts/r8a73a4.dtsi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)