We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be577b8 commit ce13edfCopy full SHA for ce13edf
arch/arm64/boot/dts/qcom/msm8992.dtsi
@@ -290,6 +290,22 @@
290
reg = <0xfc4ab000 0x4>;
291
};
292
293
+ spmi_bus: spmi@fc4c0000 {
294
+ compatible = "qcom,spmi-pmic-arb";
295
+ reg = <0xfc4cf000 0x1000>,
296
+ <0xfc4cb000 0x1000>,
297
+ <0xfc4ca000 0x1000>;
298
+ reg-names = "core", "intr", "cnfg";
299
+ interrupt-names = "periph_irq";
300
+ interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
301
+ qcom,ee = <0>;
302
+ qcom,channel = <0>;
303
+ #address-cells = <2>;
304
+ #size-cells = <0>;
305
+ interrupt-controller;
306
+ #interrupt-cells = <4>;
307
+ };
308
+
309
sfpb_mutex_regs: syscon@fd484000 {
310
#address-cells = <1>;
311
#size-cells = <1>;
0 commit comments