Re: [PATCH 03/14] arm64: dts: meson-gx: fix reset controller compatible

2019-08-20 Thread Martin Blumenstingl
On Wed, Aug 14, 2019 at 4:29 PM Neil Armstrong wrote: > > This fixes the following DT schemas check errors: > meson-gxbb-nanopi-k2.dt.yaml: reset-controller@4404: compatible:0: > 'amlogic,meson-gx-reset' is not one of ['amlogic,meson8b-reset', > 'amlogic,meson-gxbb-reset',

[PATCH 03/14] arm64: dts: meson-gx: fix reset controller compatible

2019-08-14 Thread Neil Armstrong
This fixes the following DT schemas check errors: meson-gxbb-nanopi-k2.dt.yaml: reset-controller@4404: compatible:0: 'amlogic,meson-gx-reset' is not one of ['amlogic,meson8b-reset', 'amlogic,meson-gxbb-reset', 'amlogic,meson-axg-reset'] Signed-off-by: Neil Armstrong ---