|
@@ -27,6 +27,13 @@
|
|
i2c2_bus: i2c2-bus {
|
|
i2c2_bus: i2c2-bus {
|
|
samsung,pin-pud = <0>;
|
|
samsung,pin-pud = <0>;
|
|
};
|
|
};
|
|
|
|
+
|
|
|
|
+ max77686_irq: max77686-irq {
|
|
|
|
+ samsung,pins = "gpx3-2";
|
|
|
|
+ samsung,pin-function = <0>;
|
|
|
|
+ samsung,pin-pud = <0>;
|
|
|
|
+ samsung,pin-drv = <0>;
|
|
|
|
+ };
|
|
};
|
|
};
|
|
|
|
|
|
i2c@12C60000 {
|
|
i2c@12C60000 {
|
|
@@ -35,6 +42,11 @@
|
|
|
|
|
|
max77686@09 {
|
|
max77686@09 {
|
|
compatible = "maxim,max77686";
|
|
compatible = "maxim,max77686";
|
|
|
|
+ interrupt-parent = <&gpx3>;
|
|
|
|
+ interrupts = <2 0>;
|
|
|
|
+ pinctrl-names = "default";
|
|
|
|
+ pinctrl-0 = <&max77686_irq>;
|
|
|
|
+ wakeup-source;
|
|
reg = <0x09>;
|
|
reg = <0x09>;
|
|
|
|
|
|
voltage-regulators {
|
|
voltage-regulators {
|