arm64: dts: rockchip: support fusb302 for rk3399 mid

Change-Id: I6eac543d9791e55d3b11b5367ac336c9c2f27296
Signed-off-by: Bin Yang <yangbin@rock-chips.com>
This commit is contained in:
Bin Yang
2016-08-17 22:58:27 +08:00
committed by Huang, Tao
parent 877c53f44e
commit 7b16e46e26

View File

@@ -774,6 +774,15 @@
irq_enable = <1>;
poll_delay_ms = <30>;
};
fusb0: fusb30x@22 {
compatible = "fairchild,fusb302";
reg = <0x22>;
pinctrl-names = "default";
pinctrl-0 = <&fusb0_int>;
int-n-gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};
&i2c5 {
@@ -1012,6 +1021,13 @@
<4 25 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
fusb30x {
fusb0_int: fusb0-int {
rockchip,pins =
<1 1 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
};
&rk_screen {