From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AF666C433E2 for ; Wed, 16 Sep 2020 17:47:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6D0F2206B6 for ; Wed, 16 Sep 2020 17:47:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600278440; bh=PiDVu2AfNwO7VHbgJcAtXVLi+t+ME0jWrz0mm4ZR6IM=; h=Date:From:To:Subject:References:In-Reply-To:List-ID:From; b=xIt/W23ZUNupQnr3cD4kE5o7PzQZL2g8v6QFa7+KbuoQsl34f/1UNt3AK2q7Zf4c5 /9lCf+yffcUUdbX5/wbE7hUGljo018jgXdYEP44hr5TTEzVe24KJ0JYXud2fUCGktM 6tlPam741mkEn0qa0yST6fJcKGdkaSYlF5YdiUKs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727339AbgIPRqi (ORCPT ); Wed, 16 Sep 2020 13:46:38 -0400 Received: from mail-lf1-f68.google.com ([209.85.167.68]:40138 "EHLO mail-lf1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727388AbgIPRq1 (ORCPT ); Wed, 16 Sep 2020 13:46:27 -0400 Received: by mail-lf1-f68.google.com with SMTP id m5so7900854lfp.7 for ; Wed, 16 Sep 2020 10:46:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=zyl8TJrhVfTe2TXHn1Ylm3CaGAI0Eut0vrDhMWKREwU=; b=at2VyJHsXEq5Bc6aArsPN4aQVzILL9m02TUMe1Oj6t4+l4vEZpBM8ttf8yHQObbFjo TaX7Y8oLq5q/xWT1ONkvZkcag6ycVVbpepqg+e1TAFp/FQjLmZjp+eP7zhGLKgEl1yZp 3Z39JXW3J4VOo+9vD+l0t7t3iSEjHnyAfRoRiA623ZJd4VxSkGqB6Nx1HPhQxI8Z3fqB oCgnAKSLdMIgVIv1HMwkdTDJB8pUXxILNQjN1JBb481xOrU/d8h0jTVZQTpmz6gHA+KN LbhvZQNGUcbfNGOQyXP4HsftE5Q7/Xf7dbd41x9z2YHolO+qBbtvNkf0mBhJYXyoI4Z0 J++w== X-Gm-Message-State: AOAM532+mp/k7HUpNe4SPl1PfxxXUldCaU7fHtv+3sGHiQSCcnFuLfSS xGk8df1lZFtCQgroRBUTjCVFK78+VxmdLqkO X-Google-Smtp-Source: ABdhPJzxTPnq22IWDSWfZN82ctZiAHt+M7IbEHPa2jzbRm5lvwD+4JIY7doBYk52EE6ZV+4m3nYEgw== X-Received: by 2002:adf:cd05:: with SMTP id w5mr27473177wrm.62.1600276396656; Wed, 16 Sep 2020 10:13:16 -0700 (PDT) Received: from kozik-lap ([194.230.155.191]) by smtp.googlemail.com with ESMTPSA id k8sm33846128wrl.42.2020.09.16.10.13.14 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 16 Sep 2020 10:13:15 -0700 (PDT) Date: Wed, 16 Sep 2020 19:13:13 +0200 From: Krzysztof Kozlowski To: David Airlie , Daniel Vetter , Rob Herring , Kukjin Kim , Maxime Ripard , Heiko Stuebner , Inki Dae , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH v2 6/6] arm64: dts: exynos: Align OPP table name with dt-schema Message-ID: <20200916171313.GD19427@kozik-lap> References: <20200903191438.12781-1-krzk@kernel.org> <20200903191438.12781-6-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200903191438.12781-6-krzk@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Sep 03, 2020 at 09:14:38PM +0200, Krzysztof Kozlowski wrote: > Device tree nodes should have hyphens instead of underscores. This is > also expected by the bindings. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. New patch > --- > arch/arm64/boot/dts/exynos/exynos5433.dtsi | 2 +- Applied. Best regards, Krzysztof