On Fri, May 20, 2022 at 04:44:16PM -0500, Rob Herring wrote: > Convert the CoreSight CPU debug binding to DT schema format. > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> Compared line by line between old DT binding and new yaml file, I found only one difference is in the new yaml file it doesn't contain below info for constraints CPU power states: "using "cpuidle.off=1" or "nohlt" in the kernel command line or sysfs node ..." IIUC, yaml file will be used not only for Linux kernel, thus it makes sense to remove the Linux specific info. Looks good to me: Reviewed-by: Leo Yan <leo.yan@xxxxxxxxxx>