From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0A07E39FCC; Mon, 12 Feb 2024 12:15:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707740134; cv=none; b=qQwsmxX0ulMElnKFH4rmfrCTFDViUM6xnTFDRolNocggZSKW4c1n+PKJJHZzQiqVaeZr0w/l/ES5OKRPlblH7rvFJcUWpgcqUsHP/weO4rodHeqkSHu+ojjcy/IXywihp0/1IdUjTqzQK/h3bPhNe/vC4MRHrTsgz1NeHwAZAJs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707740134; c=relaxed/simple; bh=+MFgKZeBXzB8Bv3Zt1/oGkVXLuBqcn39R8xEGLTb04Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fckojeTYR8AQBklZUfyIo8e5puU2TqyaIqvxjT74zGsOTv2U2b0wCYDrqm0LnJnik5mbZiTR7PLl5ptApYb3+Z4JHbhJZ/tfLGvCUCIRlInE/zSYEWGqghalgpWv7LAR0naT4cNcghPAoyksNVpy1ZkfNQW0BLkmDafsqjLV1UY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=amQDgSKJ; arc=none smtp.client-ip=192.198.163.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="amQDgSKJ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1707740133; x=1739276133; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=+MFgKZeBXzB8Bv3Zt1/oGkVXLuBqcn39R8xEGLTb04Y=; b=amQDgSKJiy90FESpuGoxNm89ki+mjsTJHEnOFk2z00aiKJflPflceCgG eTRpgyCXHD+kVHPY/z/cNaQ9raSIdHLscMlsjs5nNgqYFKDK/PLLsXqeM 50mYcX5+XlYZMt5YZgb0PhK3/U2lXAKhLEX+YCU6PK8Wt46Aa/Y98UGQv yd5Yfreq6aG4Cjwh1GHbqMHU0Pq2bDhizpxkhicosVl/RBK7lRbnyEFBc qoLSraCwJXJexb8M6kX2y5JWoFCTJw7TKX/r7+xiwXBoYqw1YN+koQyVS BP917z9C3O6WzXwJZyATGtCuBblOxcQK81qUvV4U5p1vqBMk82E1VBfr5 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10981"; a="1590904" X-IronPort-AV: E=Sophos;i="6.06,263,1705392000"; d="scan'208";a="1590904" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Feb 2024 04:14:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10981"; a="911465490" X-IronPort-AV: E=Sophos;i="6.06,263,1705392000"; d="scan'208";a="911465490" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga002.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Feb 2024 04:14:37 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1rZVCk-00000003tBo-2qwr; Mon, 12 Feb 2024 14:14:34 +0200 Date: Mon, 12 Feb 2024 14:14:34 +0200 From: Andy Shevchenko To: Krzysztof Kozlowski Cc: Linus Walleij , Miguel Ojeda , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Robin van der Gracht , Paul Burton , Geert Uytterhoeven , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] dt-bindings: auxdisplay: adjust example indentation and use generic node names Message-ID: References: <20240212083426.26757-1-krzysztof.kozlowski@linaro.org> <20240212083426.26757-2-krzysztof.kozlowski@linaro.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240212083426.26757-2-krzysztof.kozlowski@linaro.org> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Mon, Feb 12, 2024 at 09:34:25AM +0100, Krzysztof Kozlowski wrote: > The example DTS should be indented with two or four (preferred) spaces, > as mentioned in Writing Schema document. While re-indenting, change the > node names to somehow generic names, as expected by Devicetree > specification. Thank you, it's helpful! Reviewed-by: Andy Shevchenko -- With Best Regards, Andy Shevchenko