diff options
author | Tim Harvey <tharvey@gateworks.com> | 2024-06-18 10:21:51 -0700 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-07-01 22:21:06 +0800 |
commit | 3343ab4cc698e8f32b360fed610da5d3c0dbeb50 (patch) | |
tree | f13cc4be96c60a6301b68577701470e0f4d77833 /arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts | |
parent | 106f68fc9da3d4835070b55a2229d2c54ef5cba1 (diff) |
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 'arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts')
-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"; |