Skip to content

Commit 10e2f32

Browse files
aford173Shawn Guo
authored andcommitted
arm64: dts: imx8mp: Fix power-domain typo
dt_binding_check detects an issue with the pgc_hsiomix power domain: pgc: 'power-domains@17' does not match any of the regexes This is because 'power-domains' should be 'power-domain' Fixes: 2ae42e0 ("arm64: dts: imx8mp: add HSIO power-domains") Signed-off-by: Adam Ford <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent b3b75ac commit 10e2f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
reg = <IMX8MP_POWER_DOMAIN_MIPI_PHY2>;
592592
};
593593

594-
pgc_hsiomix: power-domains@17 {
594+
pgc_hsiomix: power-domain@17 {
595595
#power-domain-cells = <0>;
596596
reg = <IMX8MP_POWER_DOMAIN_HSIOMIX>;
597597
clocks = <&clk IMX8MP_CLK_HSIO_AXI>,

0 commit comments

Comments
 (0)