diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-12-03 01:19:02 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-12-14 06:16:29 +0300 |
commit | 473d06b9093ddc6b9fd2927893819f43e830bde5 (patch) | |
tree | f3a21d49f69b60b038602e57e655690b2e99754a /arch/arm/boot | |
parent | 74092acd6eab63b1f1e0c293400ef3b1bb7af6f8 (diff) | |
download | linux-473d06b9093ddc6b9fd2927893819f43e830bde5.tar.xz |
ARM: dts: imx7: Drop reset-names property for mipi_csi node
The reset-names property isn't defined by the nxp,imx7-mipi-csi2.yaml
binding, and isn't used by the corresponding driver as it acquires the
reset with a NULL ID. Drop it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx7s.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 1843fc053870..7e6b99ece7e9 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -819,7 +819,6 @@ power-domains = <&pgc_mipi_phy>; phy-supply = <®_1p0d>; resets = <&src IMX7_RESET_MIPI_PHY_MRST>; - reset-names = "mrst"; status = "disabled"; port@0 { |