On Wed, 8 May 2019 02:56:02 +0000, Peng Fan wrote: > NXP i.MX8QXP is an ARMv8 SoC with a Cortex-M4 core inside as > system controller(SCU), the ocotp controller is being controlled > by the SCU, so Linux need use RPC to SCU for ocotp handling. This > patch adds binding doc for i.MX8 SCU OCOTP driver. > > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: Mark Rutland <mark.rutland@xxxxxxx> > Cc: Aisheng Dong <aisheng.dong@xxxxxxx> > Cc: Shawn Guo <shawnguo@xxxxxxxxxx> > Cc: Ulf Hansson <ulf.hansson@xxxxxxxxxx> > Cc: Stephen Boyd <sboyd@xxxxxxxxxx> > Cc: Anson Huang <anson.huang@xxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Peng Fan <peng.fan@xxxxxxx> > --- > > V2: > Move OCOTP to end, add example, add "scu" > > .../devicetree/bindings/arm/freescale/fsl,scu.txt | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>