Skip to content

Commit

Permalink
ARM: dts: stm32: Add compatibles for syscon for stm32mp151
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
benjamingaignard authored and atorgue committed Jul 21, 2020
1 parent 1f96adb commit a656ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stm32mp151.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@
};

pwr_mcu: pwr_mcu@50001014 {
compatible = "syscon";
compatible = "st,stm32mp151-pwr-mcu", "syscon";
reg = <0x50001014 0x4>;
};

Expand Down

0 comments on commit a656ae1

Please sign in to comment.