Skip to content
Snippets Groups Projects
Commit ada12c47 authored by Tomasz Figa's avatar Tomasz Figa Committed by Mike Turquette
Browse files

ARM: dts: Add clock provider specific properties to max77686 node


This patch adds a label and #clock-cells property to device node of
max77686 PMIC to allow using it as a clock provider.

Signed-off-by: default avatarTomasz Figa <t.figa@samsung.com>
Acked-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent b06c6987
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ i2c@12C60000 {
max77686@09 {
compatible = "maxim,max77686";
reg = <0x09>;
#clock-cells = <1>;
voltage-regulators {
ldo1_reg: LDO1 {
......
......@@ -119,6 +119,7 @@ i2c@13860000 {
max77686: pmic@09 {
compatible = "maxim,max77686";
reg = <0x09>;
#clock-cells = <1>;
voltage-regulators {
ldo1_reg: LDO1 {
......
......@@ -139,6 +139,7 @@ max77686_pmic@09 {
interrupt-parent = <&gpx0>;
interrupts = <7 0>;
reg = <0x09>;
#clock-cells = <1>;
voltage-regulators {
ldo1_reg: ldo1 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment