[PATCH] Fixed status entry in m_can documentation
From: Vyacheslav V. Yurkov <hidden>
Date: 2016-12-22 10:47:57
Use valid value for 'enabled' in status field Signed-off-by: Vyacheslav V. Yurkov <redacted> --- Documentation/devicetree/bindings/net/can/m_can.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/net/can/m_can.txt b/Documentation/devicetree/bindings/net/can/m_can.txt
index 9e33177..5facaf5 100644
--- a/Documentation/devicetree/bindings/net/can/m_can.txt
+++ b/Documentation/devicetree/bindings/net/can/m_can.txt@@ -63,5 +63,5 @@ Board dts: &m_can1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_m_can1>; - status = "enabled"; + status = "okay"; };
--
2.9.0
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html