From patchwork Tue Jul 25 16:49:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 706298 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE334C04A6A for ; Tue, 25 Jul 2023 16:50:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230119AbjGYQuL (ORCPT ); Tue, 25 Jul 2023 12:50:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40730 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231190AbjGYQuD (ORCPT ); Tue, 25 Jul 2023 12:50:03 -0400 Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5ED6F2715 for ; Tue, 25 Jul 2023 09:49:26 -0700 (PDT) Received: by mail-ed1-x52a.google.com with SMTP id 4fb4d7f45d1cf-52227142a27so3769090a12.1 for ; Tue, 25 Jul 2023 09:49:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1690303762; x=1690908562; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=h6+KlmxDDLwiObK04L7eIkif60/hmbr4y7H5N43zkSQ=; b=Ec8fAc2F2R2VjwOoOSvGKsIP9TUvH6qoejGJ/NjJFD+wpt3MU9l2Jv3xpbf33kS5RJ u163xdCrB8iPqdOh7tR7AA9sI1pzC6FwmUSdPPCAbsD24kuk5qrBui0xAWUfLRWSjIV+ dZmu0TzZlqkFbL+C81em53kV+m2+MR73PdVJc1C8eFUe+TYQvsI34LYLOxAwjWqnjLb/ mTH6Yx2vu6rmF0KsSCoMNWJBYB4rRf5M5QB5ENkQp4Cuqht+NPO/kip646TJOeRrxUKk K1Cds56lcDuYdipFMK2FZGxLcQofodlF90h08jJA4WV3m9bhAlJnreg3fu3/04rQOl0f eqFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690303762; x=1690908562; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=h6+KlmxDDLwiObK04L7eIkif60/hmbr4y7H5N43zkSQ=; b=XkPQRO0WhT4opIkRnljPleOkddtBRLbhPhSyMuF5PdesDBG77RL6EWeOWQ3AYvKyuR 8RyBu7Z4T1M1vg5Is21tbiWy1dgJWvOMQOulzHx+QTihBflEkl9D2tiji7MoEk6eOb5P VhbDTZ0aj886ks3tAa1K6zoKzEmDf0uSrzTLGwsrm3TShh0EUb0NGhUVtDLDSh4QLJX+ YEGDSkegUvpenMzxE7HuovCLOsSEhmgudpAyMHLDDbCgjkD360KCOcMP0Gkdz6+hB+BT LWY5j3vUHC0GFFsNHR8+aBP80lePcP9429Z88eu9RxM4yO6zdz5SxjTxgHxKlBC8uq86 J1eA== X-Gm-Message-State: ABy/qLZHhqmvz0RYzYY8FE6FYIPMQ95Uz3eE/l37axEAqzx7NeaGHdM8 5BKopP7E7bBZ2F1kH4WISAHq3Q== X-Google-Smtp-Source: APBJJlHsHWD2p7W1JW2oUWbXR0/kQ8G9r1fFfG9/qxiqymE8cUtKcqOD8jUhQqP5+iEj1idpkGVLVQ== X-Received: by 2002:a17:907:763b:b0:98e:933:28fe with SMTP id jy27-20020a170907763b00b0098e093328femr12138908ejc.66.1690303762097; Tue, 25 Jul 2023 09:49:22 -0700 (PDT) Received: from krzk-bin.. ([178.197.223.104]) by smtp.gmail.com with ESMTPSA id a5-20020a170906274500b009932337747esm8379401ejd.86.2023.07.25.09.49.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Jul 2023 09:49:21 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 2/2] ARM: dts: qcom: apq8060: drop incorrect regulator-type Date: Tue, 25 Jul 2023 18:49:17 +0200 Message-Id: <20230725164917.371714-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230725164917.371714-1-krzysztof.kozlowski@linaro.org> References: <20230725164917.371714-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org regulator-fixed does not have a "regulator-type" property: qcom-apq8060-dragonboard.dtb: regulator-fixed: Unevaluated properties are not allowed ('regulator-type' was unexpected) Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/qcom/qcom-apq8060-dragonboard.dts | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom/qcom-apq8060-dragonboard.dts b/arch/arm/boot/dts/qcom/qcom-apq8060-dragonboard.dts index db4c791b2e2f..569cbf0d8df8 100644 --- a/arch/arm/boot/dts/qcom/qcom-apq8060-dragonboard.dts +++ b/arch/arm/boot/dts/qcom/qcom-apq8060-dragonboard.dts @@ -24,7 +24,6 @@ vph: regulator-fixed { regulator-min-microvolt = <3700000>; regulator-max-microvolt = <3700000>; regulator-name = "VPH"; - regulator-type = "voltage"; regulator-always-on; regulator-boot-on; };