mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 22:19:17 -04:00
ARM64: dts: marvell: Add thermal support for A7K/A8K
Add thermal DT nodes in AP806 and CP110 master/slave DTSI files. Suggested-by: David Sniatkiwicz <davidsn@marvell.com> Signed-off-by: Miquel Raynal <miquel.raynal@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
committed by
Gregory CLEMENT
parent
e8d66e7927
commit
4cada03801
@@ -285,6 +285,12 @@ ap_gpio: gpio@1040 {
|
||||
gpio-ranges = <&ap_pinctrl 0 0 20>;
|
||||
};
|
||||
};
|
||||
|
||||
ap_thermal: thermal@6f808C {
|
||||
compatible = "marvell,armada-ap806-thermal";
|
||||
reg = <0x6f808C 0x4>,
|
||||
<0x6f8084 0x8>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -182,6 +182,12 @@ cpm_rtc: rtc@284000 {
|
||||
interrupts = <ICU_GRP_NSR 77 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
cpm_thermal: thermal@400078 {
|
||||
compatible = "marvell,armada-cp110-thermal";
|
||||
reg = <0x400078 0x4>,
|
||||
<0x400070 0x8>;
|
||||
};
|
||||
|
||||
cpm_syscon0: system-controller@440000 {
|
||||
compatible = "syscon", "simple-mfd";
|
||||
reg = <0x440000 0x2000>;
|
||||
|
||||
@@ -182,6 +182,12 @@ cps_rtc: rtc@284000 {
|
||||
interrupts = <ICU_GRP_NSR 77 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
cps_thermal: thermal@400078 {
|
||||
compatible = "marvell,armada-cp110-thermal";
|
||||
reg = <0x400078 0x4>,
|
||||
<0x400070 0x8>;
|
||||
};
|
||||
|
||||
cps_syscon0: system-controller@440000 {
|
||||
compatible = "syscon", "simple-mfd";
|
||||
reg = <0x440000 0x2000>;
|
||||
|
||||
Reference in New Issue
Block a user