ARM: dts: kzm9d: use generic pinctrl properties
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 17 Mar 2016 22:57:10 +0000 (07:57 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Sun, 27 Mar 2016 23:55:51 +0000 (08:55 +0900)
Since 16ccaf5bb5a5 ("pinctrl: sh-pfc: Accept standard function, pins and
groups properties") renesas pfc drivers accept generic "function", "pins"
and "groups" properties.

This patch updates the kzm9d device tree to use the generic properties.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/emev2-kzm9d.dts

index 8c24975..a35b851 100644 (file)
 
 &pfc {
        uart1_pins: serial@e1030000 {
-               renesas,groups = "uart1_ctrl", "uart1_data";
-               renesas,function = "uart1";
+               groups = "uart1_ctrl", "uart1_data";
+               function = "uart1";
        };
 };