Merge changes from topic "st_dt_update" into integration

* changes:
  refactor(stm32mp15-fdts): remove unused PMIC nodes
  fix(stm32mp15-fdts): use interrupts-extended for i2c2
  style(stm32mp15-fdts): remove extra spaces on vbus
This commit is contained in:
Manish Pandey 2023-01-17 17:43:29 +01:00 committed by TrustedFirmware Code Review
commit 28a8efd2e2
2 changed files with 5 additions and 16 deletions

View file

@ -127,7 +127,7 @@
compatible = "st,stm32mp15-i2c";
reg = <0x40013000 0x400>;
interrupt-names = "event", "error";
interrupts = <&exti 22 IRQ_TYPE_LEVEL_HIGH>,
interrupts-extended = <&exti 22 IRQ_TYPE_LEVEL_HIGH>,
<&intc GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rcc I2C2_K>;
resets = <&rcc I2C2_R>;

View file

@ -176,17 +176,6 @@
regulator-active-discharge = <1>;
};
};
onkey {
compatible = "st,stpmic1-onkey";
power-off-time-sec = <10>;
status = "okay";
};
watchdog {
compatible = "st,stpmic1-wdt";
status = "disabled";
};
};
};