Skip to content

Commit e527707

Browse files
LuoXiaoTanrkhuangtao
authored andcommitted
arm64: dts: rk3399-sapphire: add tc358749x device
add tc358749x i2c dev & pin control for HDMIIn function base on board (RK_EXCAVATOR_MAIN_V12_2016_11_11_FZB) Change-Id: I5548a31d78e4d7cc9ecae0dc89f2ee2dcd0e75b4 Signed-off-by: LuoXiaoTan <lxt@rock-chips.com>
1 parent 36d2368 commit e527707

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator-edp-android-6.0.dts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,21 @@
116116
irq_gpio_number = <&gpio1 20 IRQ_TYPE_LEVEL_LOW>;
117117
rst_gpio_number = <&gpio4 22 GPIO_ACTIVE_HIGH>;
118118
};
119+
120+
tc358749x: tc358749x@0f {
121+
compatible = "toshiba,tc358749x";
122+
reg = <0x0f>;
123+
power-gpios = <&gpio2 6 GPIO_ACTIVE_HIGH>;
124+
power18-gpios = <&gpio2 9 GPIO_ACTIVE_HIGH>;
125+
power33-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>;
126+
csi-ctl-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;
127+
stanby-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>;
128+
reset-gpios = <&gpio2 7 GPIO_ACTIVE_HIGH>;
129+
int-gpios = <&gpio2 12 GPIO_ACTIVE_HIGH>;
130+
pinctrl-names = "default";
131+
pinctrl-0 = <&hdmiin_gpios>;
132+
status = "okay";
133+
};
119134
};
120135

121136
&pwm0 {

0 commit comments

Comments
 (0)