arm64: dts: rk3368-tb_8846: fix rt3261 codec i2c match.
authorsugar <sugar.zhang@rock-chips.com>
Wed, 31 Dec 2014 00:47:14 +0000 (08:47 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 31 Dec 2014 01:08:42 +0000 (09:08 +0800)
Signed-off-by: sugar <sugar.zhang@rock-chips.com>
arch/arm64/boot/dts/rk3368-tb_8846.dts

index 05fae8ba4bf15a56c9cfd13743968af23bbe75a9..27e0c01f05e5d851382f8e8e5722a9ca78efae0c 100644 (file)
                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 {
                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 {