Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2cf0fe10 authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

Documentation: ipcc: Rename compatible to not be SoC specific



Since the IPCC driver has no SoC specific dependency on Kona,
remove the 'kona' substring from its compatible.

Change-Id: If86ebcab398210c16104116331cf4733af433abe
Signed-off-by: default avatarNeeraj Upadhyay <neeraju@codeaurora.org>
parent 9b6954df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ mailbox interface, which again requires client-id and signal-id.
- compatible:
  Usage: required
  Value type: <string>
  Definition: Must be "qcom,kona-ipcc"
  Definition: Must be "qcom,ipcc"

- reg:
  Usage: required
@@ -55,7 +55,7 @@ Example
	#include <dt-bindings/soc/qcom,ipcc.h>

	ipcc_mproc: qcom,ipcc@408000 {
		compatible = "qcom,kona-ipcc";
		compatible = "qcom,ipcc";
		reg = <0x408000 0x1000>;
		interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>,
		interrupt-controller;