]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: fsl-ls1043a: remove unused clk-name at watchdog node
authorFrank Li <Frank.Li@nxp.com>
Wed, 26 Jun 2024 20:25:31 +0000 (16:25 -0400)
committerShawn Guo <shawnguo@kernel.org>
Mon, 1 Jul 2024 14:21:45 +0000 (22:21 +0800)
clk-name is undocument property and never used in watchdog driver. Remove
it and fix below CHECK_DTB warning.

arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: watchdog@2ad0000: Unevaluated properties are not allowed ('big-endian', 'clock-names' were unexpected)

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi

index 5521b89e1d3535d61abab98ba7ea37ddd66db7c6..31950cc4c6ba012280f3035cfd2380d6698d1e52 100644 (file)
                        interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
                                            QORIQ_CLK_PLL_DIV(1)>;
-                       clock-names = "wdog";
                        big-endian;
                };