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 fc581fa commit aaf0242Copy full SHA for aaf0242
arch/arm64/boot/dts/exynos/google/gs101.dtsi
@@ -1405,6 +1405,7 @@
1405
pmu_system_controller: system-controller@17460000 {
1406
compatible = "google,gs101-pmu", "syscon";
1407
reg = <0x17460000 0x10000>;
1408
+ google,pmu-intr-gen-syscon = <&pmu_intr_gen>;
1409
1410
poweroff: syscon-poweroff {
1411
compatible = "syscon-poweroff";
@@ -1434,6 +1435,11 @@
1434
1435
};
1436
1437
1438
+ pmu_intr_gen: syscon@17470000 {
1439
+ compatible = "google,gs101-pmu-intr-gen", "syscon";
1440
+ reg = <0x17470000 0x10000>;
1441
+ };
1442
+
1443
pinctrl_gpio_alive: pinctrl@174d0000 {
1444
compatible = "google,gs101-pinctrl";
1445
reg = <0x174d0000 0x00001000>;
0 commit comments