On Mon, 20 May 2019 17:52:37 +0800, Ran Wang wrote: > By default, QorIQ SoC's RCPM register block is Big Endian. But > there are some exceptions, such as LS1088A and LS2088A, are Little > Endian. So add this optional property to help identify them. > > Actually LS2021A and other Layerscapes won't totally follow Chassis > 2.1, so separate them from powerpc SoC. > > Signed-off-by: Ran Wang <ran.wang_1@xxxxxxx> > --- > Change in v4: > - Adjust indectation of 'ls1021a, ls1012a, ls1043a, ls1046a'. > > Change in v3: > - None. > > Change in v2: > - None. > > Documentation/devicetree/bindings/soc/fsl/rcpm.txt | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>