mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
arm64: dts: rk3368-tb_8846: fix rt3261 codec i2c match.
Signed-off-by: sugar <sugar.zhang@rock-chips.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user