Commit c01a6cc6 authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno Committed by Matthias Brugger
Browse files

arm64: dts: mediatek: mt6795: Add PMIC Wrapper node

parent 06254e9f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -374,6 +374,17 @@ timer: timer@10008000 {
			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";