diff options
| author | Dinh Nguyen <dinguyen@kernel.org> | 2025-10-21 19:19:42 +0300 |
|---|---|---|
| committer | Dinh Nguyen <dinguyen@kernel.org> | 2025-10-31 00:51:59 +0300 |
| commit | b8fb4cbe0a8a0efdbb911a55cd6cc27abdc7a477 (patch) | |
| tree | 1e7ed413bd8febc58b8819f5133eee5897f3d2ae | |
| parent | 06b0f1c336b5e4b3fb13baa380e81e76cd8a9b53 (diff) | |
| download | linux-b8fb4cbe0a8a0efdbb911a55cd6cc27abdc7a477.tar.xz | |
arm64: dts: socfpga: stratix10-swvp: fix dtbs_check warnings swvp
Unevaluated properties are not allowed ('phy-addr' was unexpected)
socfpga_stratix10_swvp.dtb: sysmgr@ffd12000 (altr,sys-mgr-s10):
'interrupts' does not match any of the regexes:
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts index ad52e8a0b9ba..5ba6ca4ef19a 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts @@ -62,7 +62,6 @@ &gmac0 { status = "okay"; phy-mode = "rgmii"; - phy-addr = <0xffffffff>; }; &gmac1 { @@ -73,7 +72,6 @@ &gmac2 { status = "okay"; phy-mode = "rgmii"; - phy-addr = <0xffffffff>; }; &mmc { @@ -104,5 +102,4 @@ &sysmgr { reg = <0xffd12000 0x1000>; - interrupts = <0x0 0x10 0x4>; }; |
