ARM: dts: imx23/28: Remove undocumented "fsl,clkctrl"
Per imx23-clock.yaml and imx28-clock.yaml, fsl,clkctrl is not a valid compatible string. Remove it to fix the following dt-schema warning: imx28-evk.dtb: clkctrl@80040000: compatible: ['fsl,imx28-clkctrl', 'fsl,clkctrl'] is too long from schema $id: http://devicetree.org/schemas/clock/imx28-clock.yaml# Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
287e256c1a
commit
ebd6292926
@ -484,7 +484,7 @@
|
|||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
clks: clkctrl@80040000 {
|
clks: clkctrl@80040000 {
|
||||||
compatible = "fsl,imx23-clkctrl", "fsl,clkctrl";
|
compatible = "fsl,imx23-clkctrl";
|
||||||
reg = <0x80040000 0x2000>;
|
reg = <0x80040000 0x2000>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
};
|
};
|
||||||
|
@ -1100,7 +1100,7 @@
|
|||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
clks: clkctrl@80040000 {
|
clks: clkctrl@80040000 {
|
||||||
compatible = "fsl,imx28-clkctrl", "fsl,clkctrl";
|
compatible = "fsl,imx28-clkctrl";
|
||||||
reg = <0x80040000 0x2000>;
|
reg = <0x80040000 0x2000>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user