diff options
author | Fabio Estevam <festevam@denx.de> | 2023-10-30 19:32:13 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-12-06 02:53:52 +0100 |
commit | 31e2689b9985e5226ef866dd9842c7c14c69a6d2 (patch) | |
tree | ae7ac8e43d3560bd708b4d814b504a22551f1f32 /arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts | |
parent | arm64: dts: imx8mp: Disable dsp reserved memory by default (diff) | |
download | linux-31e2689b9985e5226ef866dd9842c7c14c69a6d2.tar.xz linux-31e2689b9985e5226ef866dd9842c7c14c69a6d2.zip |
arm64: dts: imx8mm-venice-gw7: Fix pci sub-nodes
Several schema warnings are seen when running:
make dtbs_check DT_SCHEMA_FILES=pci-bus.yaml
Fix them.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts index 06a394a41d7c..7ef17c2b0e9d 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts @@ -635,13 +635,17 @@ pcie@0,0 { reg = <0x0000 0 0 0 0>; - #address-cells = <1>; - #size-cells = <0>; + device_type = "pci"; + #address-cells = <3>; + #size-cells = <2>; + ranges; - eth1: pcie@1,0 { + eth1: pcie@0,0 { reg = <0x0000 0 0 0 0>; - #address-cells = <1>; - #size-cells = <0>; + device_type = "pci"; + #address-cells = <3>; + #size-cells = <2>; + ranges; local-mac-address = [00 00 00 00 00 00]; }; |