dts: Add extcon phandle to hsotg node
authorLukasz Czerwinski <l.czerwinski@samsung.com>
Fri, 19 Jul 2013 07:01:50 +0000 (09:01 +0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:44:56 +0000 (11:44 +0900)
This patch adds extconi device(max77693) phandle for s3c_hsotg node.

Signed-off-by: Lukasz Czerwinski <l.czerwinski@samsung.com>
arch/arm/boot/dts/exynos4412-slp_pq.dts

index e8d0bbc..85fb0cb 100644 (file)
                                        regulator-boot-on;
                                };
                        };
-                       muic_regs {
+
+                       max_muic: max77693-muic {
+                               compatible = "maxim,max77693-muic";
                                intmask@1 {
                                        addr = <0x7>;
                                        data = <0x9>;
                                        addr = <0x8>;
                                        data = <0x1>;
                                };
+
                        };
-               };      
+               };
        };
 
        i2c_fuel: i2c@1 {
                status = "okay";
                vusb_d-supply = <&ldo15_reg>;
                vusb_a-supply = <&ldo12_reg>;
+               extcon = <&max_muic>;
                phys = <&exynos_usbphy 0>;
                phy-names = "device";
        };