diff options
author | Benjamin Gaignard <[email protected]> | 2020-07-03 11:55:20 +0200 |
---|---|---|
committer | Alexandre Torgue <[email protected]> | 2020-07-21 10:39:11 +0200 |
commit | a656ae15e9ce203c45a68b8d517bf006851fe0b2 (patch) | |
tree | a3fc76093cb03f3f7e7a9f1df108afc407282511 | |
parent | 1f96adbb720f920e84332c8e29ba59fa97b00721 (diff) |
ARM: dts: stm32: Add compatibles for syscon for stm32mp151
Syscon nodes needs at least 2 compatibles to be compliant why yaml documentation.
Signed-off-by: Benjamin Gaignard <[email protected]>
Signed-off-by: Alexandre Torgue <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/stm32mp151.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32mp151.dtsi b/arch/arm/boot/dts/stm32mp151.dtsi index 3faaa2e23224..bfe29023fbd5 100644 --- a/arch/arm/boot/dts/stm32mp151.dtsi +++ b/arch/arm/boot/dts/stm32mp151.dtsi @@ -1127,7 +1127,7 @@ }; pwr_mcu: pwr_mcu@50001014 { - compatible = "syscon"; + compatible = "st,stm32mp151-pwr-mcu", "syscon"; reg = <0x50001014 0x4>; }; |