From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754357AbbLTKaz (ORCPT ); Sun, 20 Dec 2015 05:30:55 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:36988 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754284AbbLTKax (ORCPT ); Sun, 20 Dec 2015 05:30:53 -0500 From: Caesar Wang To: heiko@sntech.de Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Caesar Wang Subject: [PATCH] ARM: dts: veyron: enable the tsadc on pinky board Date: Sun, 20 Dec 2015 18:30:34 +0800 Message-Id: <1450607434-6733-1-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I think the tsadc is fakly hand on pinky board, maybe that's fixed in newest kernel. As the following patch is a example: https://patchwork.kernel.org/patch/7472051/ I don't have meet this issue on pinky board. Let me know if that's still hanging on pinky board. Signed-off-by: Caesar Wang --- arch/arm/boot/dts/rk3288-veyron-pinky.dts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm/boot/dts/rk3288-veyron-pinky.dts b/arch/arm/boot/dts/rk3288-veyron-pinky.dts index 94b56e3..b587ebf 100644 --- a/arch/arm/boot/dts/rk3288-veyron-pinky.dts +++ b/arch/arm/boot/dts/rk3288-veyron-pinky.dts @@ -121,8 +121,3 @@ &sdmmc_wp_gpio &sdmmc_bus4>; wp-gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>; }; - -&tsadc { - /* Some connection is flaky making the tsadc hang the system */ - status = "disabled"; -}; -- 1.9.1