diff options
author | 2024-06-18 10:21:51 -0700 | |
---|---|---|
committer | 2024-07-01 22:21:06 +0800 | |
commit | 3343ab4cc698e8f32b360fed610da5d3c0dbeb50 (patch) | |
tree | f13cc4be96c60a6301b68577701470e0f4d77833 /arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts | |
parent | arm64: dts: imx8mp: Fix pgc_mlmix location (diff) | |
download | wireguard-linux-3343ab4cc698e8f32b360fed610da5d3c0dbeb50.tar.xz wireguard-linux-3343ab4cc698e8f32b360fed610da5d3c0dbeb50.zip |
arm64: dts: freescale: imx8m*-venice-*: fix gw,gsc dt-schema warnings
Fix the dt-schema warnings due to #address-cells/#size-cells being
unnecessary when there are no children with reg cells.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts b/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts index 0b1fa04f1d67..72004ab6bda5 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts +++ b/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts @@ -312,8 +312,6 @@ interrupts = <6 IRQ_TYPE_EDGE_FALLING>; interrupt-controller; #interrupt-cells = <1>; - #address-cells = <1>; - #size-cells = <0>; adc { compatible = "gw,gsc-adc"; |