mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
arm64: dts: imx95: add bbm/misc/syspower scmi nodes
Add SYS Power, BBM and MISC nodes under SCMI firmware node. Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
61ed94cd54
commit
f7d4801432
|
|
@ -300,6 +300,10 @@ scmi_devpd: protocol@11 {
|
|||
#power-domain-cells = <1>;
|
||||
};
|
||||
|
||||
scmi_sys_power: protocol@12 {
|
||||
reg = <0x12>;
|
||||
};
|
||||
|
||||
scmi_perf: protocol@13 {
|
||||
reg = <0x13>;
|
||||
#power-domain-cells = <1>;
|
||||
|
|
@ -319,6 +323,13 @@ scmi_iomuxc: protocol@19 {
|
|||
reg = <0x19>;
|
||||
};
|
||||
|
||||
scmi_bbm: protocol@81 {
|
||||
reg = <0x81>;
|
||||
};
|
||||
|
||||
scmi_misc: protocol@84 {
|
||||
reg = <0x84>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user