On Thu, 18 Oct 2018 17:25:57 +0000, "A.s. Dong" wrote: > As the power domain API might change in the future for new SoCs, although > in a very low possibility, it's still better to make the compatible string > more SoC specific to avoid the possible version change for new SoCs. > > Due to there're still no users in kernel, it's safe to update it without > breaking anything. > > Cc: Shawn Guo <shawnguo@xxxxxxxxxx> > Cc: Sascha Hauer <kernel@xxxxxxxxxxxxxx> > Cc: Fabio Estevam <fabio.estevam@xxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: Mark Rutland <mark.rutland@xxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Suggested-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > Signed-off-by: Dong Aisheng <aisheng.dong@xxxxxxx> > --- > ChangeLog: > v6->v7: > * keep "fsl,scu-pd" as fall back compatible string > v5->v6: > * new patch > --- > Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>