From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 3/3] dt-bindings: regulator: Fix yaml verification for fixed-regulator schema Date: Mon, 7 Oct 2019 08:08:18 -0500 Message-ID: References: <20191007102552.19808-1-alexandre.torgue@st.com> <20191007102552.19808-4-alexandre.torgue@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20191007102552.19808-4-alexandre.torgue@st.com> Sender: linux-kernel-owner@vger.kernel.org To: Alexandre Torgue Cc: Maxime Ripard , Mauro Carvalho Chehab , Mark Rutland , Chen-Yu Tsai , Alexandru Ardelean , Liam Girdwood , Mark Brown , devicetree@vger.kernel.org, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "linux-kernel@vger.kernel.org" , Linux Media Mailing List , netdev List-Id: devicetree@vger.kernel.org On Mon, Oct 7, 2019 at 5:26 AM Alexandre Torgue wrote: > > This commit fixes an issue seen during yaml check ("make dt_binding_check"). > Compatible didn't seem to be seen as a string. > > Reported issue: > "properties:compatible:enum:0: {'const': 'regulator-fixed'} > is not of type 'string'" > And > "properties:compatible:enum:1: {'const': 'regulator-fixed-clock'} > is not of type 'string'" > > Fixes: 9c86d003d620 ("dt-bindings: regulator: add regulator-fixed-clock binding") > Signed-off-by: Alexandre Torgue There's already a fix queued up. Rob