Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754387AbbKYQjB (ORCPT ); Wed, 25 Nov 2015 11:39:01 -0500 Received: from mail-yk0-f170.google.com ([209.85.160.170]:33348 "EHLO mail-yk0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754085AbbKYQi6 (ORCPT ); Wed, 25 Nov 2015 11:38:58 -0500 MIME-Version: 1.0 In-Reply-To: References: <1448065205-15762-1-git-send-email-joshua.henderson@microchip.com> <1448065205-15762-12-git-send-email-joshua.henderson@microchip.com> Date: Wed, 25 Nov 2015 17:38:57 +0100 Message-ID: Subject: Re: [PATCH 11/14] mmc: sdhci-pic32: Add PIC32 SDHC host controller driver From: Ulf Hansson To: Joshua Henderson Cc: "linux-kernel@vger.kernel.org" , linux-mips@linux-mips.org, Andrei Pistirica , Jean Delvare , Corneliu Doban , Haojian Zhuang , Alim Akhtar , Luis de Bethencourt , Weijun Yang , Lokesh Vutla , Scott Branden , Vincent Yang , Chaotian Jing , "ludovic.desroches@atmel.com" , Shawn Lin , Stephen Boyd , yangbo lu , Kevin Hao , Ben Hutchings , Andy Green , linux-mmc Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1081 Lines: 36 [...] >> +sdhci_pic32_probe_dts(struct platform_device *pdev, >> + struct pic32_sdhci_pdata *boarddata) >> +{ >> + struct device_node *np = pdev->dev.of_node; >> + >> + if (!np) >> + return -ENODEV; >> + >> + if (of_find_property(np, "no-1-8-v", NULL)) > > Please don't use this property as it's broken. It has two different > purposes and those are conflicting as discussed here[1]. Realized that I forgot to attach the reference to the discussion, here it is. [1] http://comments.gmane.org/gmane.linux.kernel.mmc/32751 > > You have two options, either invent a new binding which provides > information about which signal voltage that *is* supported, or use the > current existing common MMC dt bindings to override the SDHCI > capabilities register. > [...] Kind regards Uffe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/