[9610][EVB] dts: remove unused audio properies
authorhq_guohongtao5_tmp <guohongtao5@huaqin.com>
Thu, 20 Sep 2018 08:02:55 +0000 (16:02 +0800)
committerxiest1 <xiest1@lenovo.com>
Tue, 5 Nov 2019 09:29:42 +0000 (17:29 +0800)
Change-Id: Ia61ae43cb4c6a1376c23c1b75faa9a01d5dbc85f
Signed-off-by: Shinhyung Kang <s47.kang@samsung.com>
Signed-off-by: hq_guohongtao5_tmp <guohongtao5@huaqin.com>
arch/arm64/boot/dts/exynos/exynos9609-robusta2_evb.dts

index de698b2be89a08d4c013fff0f81f09edc5f96387..18eff5627f172857c415fee587b31c8dded1a7e8 100755 (executable)
                samsung,pin-pud = <3>;
                samsung,pin-val = <1>;
        };
-#if 0          /*Should be removed: enable speaker amp on EVB board*/
-       amp_sda: amp-sda {
-               samsung,pins = "gpp2-2";
-               samsung,pin-function = <3>;
-               samsung,pin-pud = <3>;
-               samsung,pin-drv = <0>;
-       };
-       amp_scl: amp-scl {
-               samsung,pins = "gpp2-1";
-               samsung,pin-function = <3>;
-               samsung,pin-pud = <3>;
-               samsung,pin-drv = <0>;
-       };
-       amp_ad1: amp-ad1 {
-               samsung,pins = "gpp2-0";
-               samsung,pin-function = <1>;
-               samsung,pin-val = <0>;
-               samsung,pin-pud = <1>;
-       };
-       amp_ad0: amp-ad0 {
-               samsung,pins = "gpp2-3";
-               samsung,pin-function = <1>;
-               samsung,pin-val = <0>;
-               samsung,pin-pud = <1>;
-       };
-#endif
 };
 
 &udc {
        };
 };
 
-#if 0
-&i2c@0 {
-       status = "okay";
-       compatible = "i2c-gpio";
-
-       pinctrl-names = "default";
-       pinctrl-0 = <&amp_sda &amp_scl &amp_ad0 &amp_ad1>;
-
-       gpios = <&gpp2 2 0 /* sda */
-                &gpp2 1 0 /* scl */
-               >;
-
-       #address-cells = <1>;
-       #size-cells = <0>;
-
-       cs35l41_left: cs35l41@40 {
-               compatible = "cirrus,cs35l41";
-               reg = <0x40>;
-
-               interrupts = <2 0 0>;
-               interrupt-controller;
-               interrupt-parent = <&gpa0>;
-               reset-gpios = <&gpg3 3 0>;
-               #sound-dai-cells = <1>;
-
-               VA-supply = <&l42_reg>;
-               VP-supply = <&V_SYS>;
-
-               cirrus,boost-peak-milliamp = <4500>;
-               cirrus,boost-ind-nanohenry = <1000>;
-               cirrus,boost-cap-microfarad = <15>;
-               cirrus,asp-sdout-hiz = <0x1>;
-               cirrus,gpio-config2 {
-                       cirrus,gpio-src-select = <0x4>;
-                       cirrus,gpio-output-enable;
-               };
-       };
-};
-#endif
-
 &spi_9 {
        pinctrl-names = "default";
        pinctrl-0 = <&spi9_bus &spi9_cs_func  &codec_en>;
                #gpio-cells = <2>;
                #sound-dai-cells = <1>;
 
-               /*l42_reg shoulde be change after board fixed*/
                AVDD-supply = <&l42_reg>;
                DBVDD1-supply = <&l42_reg>;
                DBVDD2-supply = <&l42_reg>;
                CPVDD1-supply = <&l42_reg>;
-               CPVDD2-supply = <&l44_reg>;
-               DCVDD-supply = <&l44_reg>;
+               /*Not used LDO44*/
+               /*CPVDD2-supply = <&l44_reg>;*/
+               /*DCVDD-supply = <&l44_reg>;*/
                SPKVDD-supply = <&V_SYS>;
 
                reset-gpios = <&gpg3 2 0>;