]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: imx6ul-14x14-evk: Remove unnecessary node
authorFabio Estevam <fabio.estevam@nxp.com>
Tue, 7 Feb 2017 21:14:38 +0000 (19:14 -0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 8 Mar 2017 12:55:58 +0000 (13:55 +0100)
imx6ul.dtsi already contains:

cpu0: cpu@0 {
....
arm-supply = <&reg_arm>;
soc-supply = <&reg_soc>;
};

, so remove the duplication.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul-14x14-evk.dts

index 00f98e5bfcaf3196fd8e9f24f439da97e18315b4..f18e1f1d0ce2c6aad83c08b7ad8ac4cfc41e715e 100644 (file)
        assigned-clock-rates = <786432000>;
 };
 
-&cpu0 {
-       arm-supply = <&reg_arm>;
-       soc-supply = <&reg_soc>;
-};
-
 &i2c2 {
        clock_frequency = <100000>;
        pinctrl-names = "default";