From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [RESEND PATCH v2 00/14] arm64: dts: meson: fixes following YAML bindings schemas conversion Date: Tue, 27 Aug 2019 14:59:11 -0700 Message-ID: <7htva2uv68.fsf@baylibre.com> References: <20190823070248.25832-1-narmstrong@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20190823070248.25832-1-narmstrong@baylibre.com> Sender: linux-kernel-owner@vger.kernel.org Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Neil Armstrong List-Id: devicetree@vger.kernel.org Neil Armstrong writes: > This is the first set of DT fixes following the first YAML bindings conversion > at [1], [2] and [3]. > > After this set of fixes, the remaining errors are : > meson-axg-s400.dt.yaml: sound: 'clocks' is a dependency of 'assigned-clocks' > meson-g12a-sei510.dt.yaml: sound: 'clocks' is a dependency of 'assigned-clocks' > meson-g12b-odroid-n2.dt.yaml: usb-hub: gpios:0:0: 20 is not valid under any of the given schemas > meson-g12b-odroid-n2.dt.yaml: sound: 'clocks' is a dependency of 'assigned-clocks' > meson-g12a-x96-max.dt.yaml: sound: 'clocks' is a dependency of 'assigned-clocks' > > These are only cosmetic changes, and should not break drivers implementation > following the bindings. Queued for v5.4, Thanks, Kevin