Skip to content

Commit

Permalink
ARM: dts: Add clock provider specific properties to max77686 node
Browse files Browse the repository at this point in the history
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: Tomasz Figa <t.figa@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
  • Loading branch information
Tomasz Figa authored and Mike Turquette committed Jan 8, 2014
1 parent b06c698 commit ada12c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/cros5250-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
max77686@09 {
compatible = "maxim,max77686";
reg = <0x09>;
#clock-cells = <1>;

voltage-regulators {
ldo1_reg: LDO1 {
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/exynos4412-odroidx.dts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
max77686: pmic@09 {
compatible = "maxim,max77686";
reg = <0x09>;
#clock-cells = <1>;

voltage-regulators {
ldo1_reg: LDO1 {
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/exynos4412-trats2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
interrupt-parent = <&gpx0>;
interrupts = <7 0>;
reg = <0x09>;
#clock-cells = <1>;

voltage-regulators {
ldo1_reg: ldo1 {
Expand Down

0 comments on commit ada12c4

Please sign in to comment.