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: 2ae42e0c0b ("arm64: dts: imx8mp: add HSIO power-domains")
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Adam Ford 2022-12-17 12:08:49 -06:00 committed by Shawn Guo
parent b3b75ace20
commit 10e2f328bd
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@
reg = <IMX8MP_POWER_DOMAIN_MIPI_PHY2>; reg = <IMX8MP_POWER_DOMAIN_MIPI_PHY2>;
}; };
pgc_hsiomix: power-domains@17 { pgc_hsiomix: power-domain@17 {
#power-domain-cells = <0>; #power-domain-cells = <0>;
reg = <IMX8MP_POWER_DOMAIN_HSIOMIX>; reg = <IMX8MP_POWER_DOMAIN_HSIOMIX>;
clocks = <&clk IMX8MP_CLK_HSIO_AXI>, clocks = <&clk IMX8MP_CLK_HSIO_AXI>,