Commit e88dd5c0 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

arm64: dts: imx8-ss-img: Move img_ipg_clk outside of soc

The img_ipg_clk node does not have any register associated with it,
so it should be moved outside of soc to fix schema warning from
simple-bus.yaml.
Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent efee26c7
...@@ -3,19 +3,19 @@ ...@@ -3,19 +3,19 @@
* Copyright 2019-2021 NXP * Copyright 2019-2021 NXP
* Zhou Guoniu <guoniu.zhou@nxp.com> * Zhou Guoniu <guoniu.zhou@nxp.com>
*/ */
img_ipg_clk: clock-img-ipg {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <200000000>;
clock-output-names = "img_ipg_clk";
};
img_subsys: bus@58000000 { img_subsys: bus@58000000 {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0x58000000 0x0 0x58000000 0x1000000>; ranges = <0x58000000 0x0 0x58000000 0x1000000>;
img_ipg_clk: clock-img-ipg {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <200000000>;
clock-output-names = "img_ipg_clk";
};
jpegdec: jpegdec@58400000 { jpegdec: jpegdec@58400000 {
reg = <0x58400000 0x00050000>; reg = <0x58400000 0x00050000>;
interrupts = <GIC_SPI 309 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 309 IRQ_TYPE_LEVEL_HIGH>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment