[STLinux Kernel] [PATCH 1/6] thermal: sti: Supply Device Tree documentation
From: peter.griffin@linaro.org (Peter Griffin)
Date: 2014-06-05 12:01:53
Also in:
linux-devicetree, linux-pm, lkml
From: peter.griffin@linaro.org (Peter Griffin)
Date: 2014-06-05 12:01:53
Also in:
linux-devicetree, linux-pm, lkml
Hi Lee,
+Example:
+
+ temp1 at fdfe8000 {
+ compatible = "st,stih416-mpe-thermal";
+ reg = <0xfdfe8000 0x10>;
+ clock-names = "thermal";
+ clocks = <&CLK_M_MPETHSENS>;
+ interrupts = <GIC_SPI 23 IRQ_TYPE_NONE>;
+ };With the renaming of the STI device tree from upper to lower case. The clock name in this example also needs updating. Once fixed: - Acked-by: Peter Griffin [off-list ref] Regards, Peter