Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Tomasz Figa <t.figa@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>

authored by

Tomasz Figa and committed by
Mike Turquette
ada12c47 b06c6987

+3
+1
arch/arm/boot/dts/cros5250-common.dtsi
··· 36 36 max77686@09 { 37 37 compatible = "maxim,max77686"; 38 38 reg = <0x09>; 39 + #clock-cells = <1>; 39 40 40 41 voltage-regulators { 41 42 ldo1_reg: LDO1 {
+1
arch/arm/boot/dts/exynos4412-odroidx.dts
··· 119 119 max77686: pmic@09 { 120 120 compatible = "maxim,max77686"; 121 121 reg = <0x09>; 122 + #clock-cells = <1>; 122 123 123 124 voltage-regulators { 124 125 ldo1_reg: LDO1 {
+1
arch/arm/boot/dts/exynos4412-trats2.dts
··· 139 139 interrupt-parent = <&gpx0>; 140 140 interrupts = <7 0>; 141 141 reg = <0x09>; 142 + #clock-cells = <1>; 142 143 143 144 voltage-regulators { 144 145 ldo1_reg: ldo1 {