arm64: dts: rk3368-tb_8846: fix rt3261 codec i2c match.

Signed-off-by: sugar <sugar.zhang@rock-chips.com>
This commit is contained in:
sugar
2014-12-31 08:47:14 +08:00
committed by Huang, Tao
parent 679585fe2d
commit bcd2f5fdd8

View File

@@ -485,6 +485,14 @@
status = "okay";
};
rt3261: rt3261@1c {
compatible = "rt3261";
reg = <0x1c>;
spk-num= <2>;
modem-input-mode = <1>;
lout-to-modem_mode = <1>;
spk-amplify = <2>;
};
};
&i2c2 {
@@ -509,18 +517,6 @@
irq_gpio_number = <&gpio0 GPIO_B4 IRQ_TYPE_LEVEL_LOW>;
rst_gpio_number = <&gpio0 GPIO_B3 GPIO_ACTIVE_HIGH>;
};
rt3261: rt3261@1c {
compatible = "rt3261";
reg = <0x1c>;
// codec-en-gpio = <0>;//sdk default high level
spk-num= <2>;
modem-input-mode = <1>;
lout-to-modem_mode = <1>;
spk-amplify = <2>;
playback-if1-data_control = <0>;
playback-if2-data_control = <0>;
};
};
&i2c3 {