On 22/03/2022 10:12, LABBE Corentin wrote: > Le Mon, Mar 21, 2022 at 08:50:51PM -0500, Rob Herring a écrit : >> On Mon, 21 Mar 2022 20:07:34 +0000, Corentin Labbe wrote: >>> Convert rockchip-crypto to yaml >>> >>> Signed-off-by: Corentin Labbe <clabbe@xxxxxxxxxxxx> >>> --- >>> .../crypto/rockchip,rk3288-crypto.yaml | 84 +++++++++++++++++++ >>> .../bindings/crypto/rockchip-crypto.txt | 28 ------- >>> 2 files changed, 84 insertions(+), 28 deletions(-) >>> create mode 100644 Documentation/devicetree/bindings/crypto/rockchip,rk3288-crypto.yaml >>> delete mode 100644 Documentation/devicetree/bindings/crypto/rockchip-crypto.txt >>> >> >> Running 'make dtbs_check' with the schema in this patch gives the >> following warnings. Consider if they are expected or the schema is >> incorrect. These may not be new warnings. >> >> Note that it is not yet a requirement to have 0 warnings for dtbs_check. >> This will change in the future. >> >> Full log is available here: https://patchwork.ozlabs.org/patch/1607887 >> >> >> cypto-controller@ff8a0000: 'reset-names' does not match any of the regexes: 'pinctrl-[0-9]+' >> arch/arm/boot/dts/rk3288-evb-act8846.dt.yaml >> arch/arm/boot/dts/rk3288-evb-rk808.dt.yaml >> arch/arm/boot/dts/rk3288-firefly-beta.dt.yaml >> arch/arm/boot/dts/rk3288-firefly.dt.yaml >> arch/arm/boot/dts/rk3288-firefly-reload.dt.yaml >> arch/arm/boot/dts/rk3288-miqi.dt.yaml >> arch/arm/boot/dts/rk3288-phycore-rdk.dt.yaml >> arch/arm/boot/dts/rk3288-popmetal.dt.yaml >> arch/arm/boot/dts/rk3288-r89.dt.yaml >> arch/arm/boot/dts/rk3288-rock2-square.dt.yaml >> arch/arm/boot/dts/rk3288-rock-pi-n8.dt.yaml >> arch/arm/boot/dts/rk3288-tinker.dt.yaml >> arch/arm/boot/dts/rk3288-tinker-s.dt.yaml >> arch/arm/boot/dts/rk3288-veyron-brain.dt.yaml >> arch/arm/boot/dts/rk3288-veyron-fievel.dt.yaml >> arch/arm/boot/dts/rk3288-veyron-jaq.dt.yaml >> arch/arm/boot/dts/rk3288-veyron-jerry.dt.yaml >> arch/arm/boot/dts/rk3288-veyron-mickey.dt.yaml >> arch/arm/boot/dts/rk3288-veyron-mighty.dt.yaml >> arch/arm/boot/dts/rk3288-veyron-minnie.dt.yaml >> arch/arm/boot/dts/rk3288-veyron-pinky.dt.yaml >> arch/arm/boot/dts/rk3288-veyron-speedy.dt.yaml >> arch/arm/boot/dts/rk3288-veyron-tiger.dt.yaml >> arch/arm/boot/dts/rk3288-vyasa.dt.yaml >> > > Hello > > This should not happen since patch 20 remove it.