Re: [PATCH 02/14] arm64: dts: meson-gx: drop the vpu dmc memory cell

2019-08-21 Thread Neil Armstrong
On 20/08/2019 22:28, Martin Blumenstingl wrote: > On Wed, Aug 14, 2019 at 4:31 PM Neil Armstrong > wrote: >> >> This fixes the following DT schemas check errors: >> meson-gxl-s805x-libretech-ac.dt.yaml: vpu@d010: reg-names: Additional >> items are not allowed ('dmc' was unexpected) >>

Re: [PATCH 02/14] arm64: dts: meson-gx: drop the vpu dmc memory cell

2019-08-20 Thread Martin Blumenstingl
On Wed, Aug 14, 2019 at 4:31 PM Neil Armstrong wrote: > > This fixes the following DT schemas check errors: > meson-gxl-s805x-libretech-ac.dt.yaml: vpu@d010: reg-names: Additional > items are not allowed ('dmc' was unexpected) > meson-gxl-s805x-libretech-ac.dt.yaml: vpu@d010: reg-names:

[PATCH 02/14] arm64: dts: meson-gx: drop the vpu dmc memory cell

2019-08-14 Thread Neil Armstrong
This fixes the following DT schemas check errors: meson-gxl-s805x-libretech-ac.dt.yaml: vpu@d010: reg-names: Additional items are not allowed ('dmc' was unexpected) meson-gxl-s805x-libretech-ac.dt.yaml: vpu@d010: reg-names: ['vpu', 'hhi', 'dmc'] is too long Signed-off-by: Neil Armstrong