[PATCH v3 2/9] ARM: dts: r9a06g032: Add dependency to sysctrl in the PCI bridge

From: Herve Codina
Date: Wed Dec 07 2022 - 11:24:57 EST


In r9a06g032 (RZ/N1 SoC family), the USB hosts are impacted by
the h2mode setting. This setting will be done at sysctrl level
and must not be done while USB hosts are running.

Express this dependency using 'depends-on' property.

Signed-off-by: Herve Codina <herve.codina@xxxxxxxxxxx>
---
arch/arm/boot/dts/r9a06g032.dtsi | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r9a06g032.dtsi b/arch/arm/boot/dts/r9a06g032.dtsi
index 563024c9a4ae..401c88bcdd51 100644
--- a/arch/arm/boot/dts/r9a06g032.dtsi
+++ b/arch/arm/boot/dts/r9a06g032.dtsi
@@ -125,6 +125,7 @@ pci_usb: pci@40030000 {
<&sysctrl R9A06G032_CLK_PCI_USB>;
clock-names = "hclkh", "hclkpm", "pciclk";
power-domains = <&sysctrl>;
+ depends-on = <&sysctrl>;
reg = <0x40030000 0xc00>,
<0x40020000 0x1100>;
interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
--
2.38.1