mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
ARM: dts: imx6ul-var-som: fix warning for non-existent dc-supply property
The dc-supply property is non-existent in Linux now, nor when this DTS file
was created when importing it from Variscite own kernel.
Therefore remove it to fix this warning:
imx6ul-var-som-concerto.dtb: cpu@0 (arm,cortex-a7): Unevaluated
properties are not allowed ('dc-supply' was unexpected)
from schema $id: http://devicetree.org/schemas/arm/cpus.yaml
Fixes: 9d6a67d9c7 ("ARM: dts: imx6ul: Add Variscite VAR-SOM-MX6UL SoM support")
Cc: stable@kernel.org
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
6de23f81a5
commit
0372cc5776
|
|
@ -45,10 +45,6 @@ &clks {
|
|||
assigned-clock-rates = <786432000>;
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
dc-supply = <®_gpio_dvfs>;
|
||||
};
|
||||
|
||||
&fec1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_enet1>, <&pinctrl_enet1_gpio>, <&pinctrl_enet1_mdio>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user