[PATCH v3 3/3] mfd: lm3533: Support initialization from Device Tree

2015-10-30 Thread Bjorn Andersson
Implement Device Tree parsing functions to support initialization of the lm3533 drivers. Signed-off-by: Bjorn Andersson --- Changes since v2: - Included and changed unit in various dt properties - Fix compilation issue with !CONFIG_OF Changes since v1: - Added units to bost-freq and als

[PATCH v3 3/3] mfd: lm3533: Support initialization from Device Tree

2015-10-30 Thread Bjorn Andersson
Implement Device Tree parsing functions to support initialization of the lm3533 drivers. Signed-off-by: Bjorn Andersson --- Changes since v2: - Included and changed unit in various dt properties - Fix compilation issue with !CONFIG_OF Changes since v1: - Added