dts: rk3368: add mcu jtag pcl sd1 inactive state
authorlintao <lintao@rock-chips.com>
Mon, 13 Apr 2015 01:19:29 +0000 (09:19 +0800)
committerlintao <lintao@rock-chips.com>
Mon, 13 Apr 2015 01:22:52 +0000 (09:22 +0800)
Signed-off-by: lintao <lintao@rock-chips.com>
arch/arm64/boot/dts/rk3368.dtsi

index a1dc9900d0588980510fde5045d0cce8ed197c06..6725dea8102b88b1d7238c84770463787be8d870 100755 (executable)
                pinctrl-names = "default", "idle", "udbg";
                pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_dectn &sdmmc_bus4>;
                pinctrl-1 = <&sdmmc_gpio>;
-               pinctrl-2 = <&uart2_xfer &cpu_jtag &sdmmc_dectn>;
+               pinctrl-2 = <&uart2_xfer &cpu_jtag &mcu_jtag &sdmmc_dectn>;
                cd-gpios = <&gpio2 GPIO_B3 GPIO_ACTIVE_HIGH>;/*CD GPIO*/
                clocks = <&clk_sdmmc0>, <&clk_gates21 0>, <&clk_gates20 10>;
                clock-names = "clk_mmc", "hclk_mmc", "hpclk_mmc";
                                                <2 GPIO_B0 RK_FUNC_2 &pcfg_pull_up>;
                        };
                };
+
+               mcu_jtag {
+                       mcu_jtag: mcu-jtag {
+                               rockchip,pins = <2 GPIO_B2 RK_FUNC_2 &pcfg_pull_up>,
+                                               <2 GPIO_B1 RK_FUNC_2 &pcfg_pull_up>;
+                       };
+               };
        };
 
        reboot {