mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-09-18 02:27:15 +10:00
arm64: dts: meson: Add DDR PMU node
Add DDR PMU device node for G12 series SoC Signed-off-by: Jiucheng Xu <jiucheng.xu@amlogic.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20221109015818.194927-4-jiucheng.xu@amlogic.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
49f65e2eaa
commit
90cf8e2101
@ -1705,6 +1705,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
pmu: pmu@ff638000 {
|
||||
reg = <0x0 0xff638000 0x0 0x100>,
|
||||
<0x0 0xff638c00 0x0 0x100>;
|
||||
interrupts = <GIC_SPI 52 IRQ_TYPE_EDGE_RISING>;
|
||||
};
|
||||
|
||||
aobus: bus@ff800000 {
|
||||
compatible = "simple-bus";
|
||||
reg = <0x0 0xff800000 0x0 0x100000>;
|
||||
|
@ -134,3 +134,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&pmu {
|
||||
compatible = "amlogic,g12a-ddr-pmu";
|
||||
};
|
||||
|
@ -140,3 +140,7 @@
|
||||
&mali {
|
||||
dma-coherent;
|
||||
};
|
||||
|
||||
&pmu {
|
||||
compatible = "amlogic,g12b-ddr-pmu";
|
||||
};
|
||||
|
@ -521,6 +521,10 @@
|
||||
power-domains = <&pwrc PWRC_SM1_PCIE_ID>;
|
||||
};
|
||||
|
||||
&pmu {
|
||||
compatible = "amlogic,sm1-ddr-pmu";
|
||||
};
|
||||
|
||||
&pwrc {
|
||||
compatible = "amlogic,meson-sm1-pwrc";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user