From: Stephen Warren <[email protected]> This property is no longer required by the GPIO binding. Remove it.
Signed-off-by: Stephen Warren <[email protected]> --- Assuming the previous patches are accepted, I assume this should be applied or squashed into the branch where vf610.dtsi was added. --- arch/arm/boot/dts/vf610.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi index e1eb7da..8577780 100644 --- a/arch/arm/boot/dts/vf610.dtsi +++ b/arch/arm/boot/dts/vf610.dtsi @@ -162,7 +162,6 @@ iomuxc: iomuxc@40048000 { compatible = "fsl,vf610-iomuxc"; reg = <0x40048000 0x1000>; - #gpio-range-cells = <3>; /* functions and groups pins */ -- 1.8.1.5 _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
