From: Serge Semin <Sergey.Semin@xxxxxxxxxxxxxxxxxxxx> It's a Common Device Memory Map controller embedded into the MIPS IP cores. The corresponding dts node is supposed to have a compatible and regs properties. So add the device to the trivial-devices bindings file. Signed-off-by: Serge Semin <Sergey.Semin@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Alexey Malahov <Alexey.Malahov@xxxxxxxxxxxxxxxxxxxx> Cc: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx> Cc: Paul Burton <paulburton@xxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index b6b6f3181fd8..370b8c6631fc 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -304,6 +304,8 @@ properties: - miramems,da280 # MiraMEMS DA311 3-axis 12-bit digital accelerometer - miramems,da311 + # MIPS Common Device Memory Map block (CDMM) + - mti,mips-cdmm # MIPS Cluster Power Controller (CPC) - mti,mips-cpc # Temperature sensor with integrated fan control -- 2.25.1