arm64: dts: mediatek: mt6795: Add PMIC Wrapper node
Add the pwrap node: this is used to communicate with the PMIC(s). Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20230412112739.160376-22-angelogioacchino.delregno@collabora.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
committed by
Matthias Brugger
parent
06254e9f24
commit
c01a6cc6fd
@@ -374,6 +374,17 @@
|
||||
clocks = <&system_clk>, <&clk32k>;
|
||||
};
|
||||
|
||||
pwrap: pwrap@1000d000 {
|
||||
compatible = "mediatek,mt6795-pwrap";
|
||||
reg = <0 0x1000d000 0 0x1000>;
|
||||
reg-names = "pwrap";
|
||||
interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>;
|
||||
resets = <&infracfg MT6795_INFRA_RST0_PMIC_WRAP_RST>;
|
||||
reset-names = "pwrap";
|
||||
clocks = <&topckgen CLK_TOP_PMICSPI_SEL>, <&clk26m>;
|
||||
clock-names = "spi", "wrap";
|
||||
};
|
||||
|
||||
sysirq: intpol-controller@10200620 {
|
||||
compatible = "mediatek,mt6795-sysirq",
|
||||
"mediatek,mt6577-sysirq";
|
||||
|
||||
Reference in New Issue
Block a user