diff options
author | 2025-02-21 16:15:58 -0500 | |
---|---|---|
committer | 2025-03-11 10:19:45 +0800 | |
commit | c25548f22d0772be057d03a234b0fd6851aa3bce (patch) | |
tree | 922923d1a55f18a1b1198d017d951dc6bbc7dede | |
parent | arm64: dts: imx8mp-skov: support new 7" panel board (diff) | |
download | wireguard-linux-c25548f22d0772be057d03a234b0fd6851aa3bce.tar.xz wireguard-linux-c25548f22d0772be057d03a234b0fd6851aa3bce.zip |
arm64: dts: imx95: Add #io-channel-cells = <1> for adc node
Add #io-channel-cells = <1> for adc node.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx95.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi index 3af13173de4b..69a4a2db3463 100644 --- a/arch/arm64/boot/dts/freescale/imx95.dtsi +++ b/arch/arm64/boot/dts/freescale/imx95.dtsi @@ -1379,6 +1379,7 @@ <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>; clocks = <&scmi_clk IMX95_CLK_ADC>; clock-names = "ipg"; + #io-channel-cells = <1>; status = "disabled"; }; |