On Thu, 07 Mar 2024 10:43:46 +0100, Michal Simek wrote: > Add support for Versal and Versal NET SoCs. Both of them should use the > same IP core but differences can be in integration part that's why create > separate compatible strings. > > Also describe optional power-domains property. It is optional because power > domain doesn't need to be onwed by non secure firmware hence no access to > control it via any driver. > > Signed-off-by: Michal Simek <michal.simek@xxxxxxx> > --- > > Changes in v3: > - make versal/versal-net fallback to zynqmp > > Changes in v2: > - Change subject > - Add compatible string for versal and versal NET > - Update commit message to reflect why power domain is optional. > > .../devicetree/bindings/rtc/xlnx,zynqmp-rtc.yaml | 11 ++++++++++- > 1 file changed, 10 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>