Hi Stephen,
On Fri, Apr 15, 2016 at 03:34:10PM -0700, Stephen Boyd wrote:
+static int sun4i_a10_display_reset_xlate(struct reset_controller_dev *rcdev,
const struct of_phandle_args *spec)
+{
- /* We only have a single reset signal */
- return 0;
+}
Is there a default function for this case in the reset framework?
No, the reset bindings assumes that you have a cell size of 1, and it's the only case that's supported by the reset framework default xlate.
I adressed the rest of your comments.
Thanks! Maxime