Message ID | 20230209160357.19307-1-matthias.bgg@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v1,1/4] arm64: dts: mt8195: Update vdosys compatible | expand |
On Fri, Feb 10, 2023 at 12:04 AM <matthias.bgg@kernel.org> wrote: > > From: Matthias Brugger <matthias.bgg@gmail.com> > > In an effort to fix the vdosys implementation, the compatible has > changes. Fix the device tree to adhere the binding definition. > > Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com> Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
Il 09/02/23 17:03, matthias.bgg@kernel.org ha scritto: > From: Matthias Brugger <matthias.bgg@gmail.com> > > In an effort to fix the vdosys implementation, the compatible has > changes. Fix the device tree to adhere the binding definition. > > Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Patch 1 and 2 applied. Matthias On 09/02/2023 17:03, matthias.bgg@kernel.org wrote: > From: Matthias Brugger <matthias.bgg@gmail.com> > > In an effort to fix the vdosys implementation, the compatible has > changes. Fix the device tree to adhere the binding definition. > > Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com> > --- > > arch/arm64/boot/dts/mediatek/mt8195.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/mediatek/mt8195.dtsi b/arch/arm64/boot/dts/mediatek/mt8195.dtsi > index 00891bfa564e9..8f1264d5290bf 100644 > --- a/arch/arm64/boot/dts/mediatek/mt8195.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt8195.dtsi > @@ -2369,7 +2369,7 @@ vencsys_core1: clock-controller@1b000000 { > }; > > vdosys0: syscon@1c01a000 { > - compatible = "mediatek,mt8195-mmsys", "syscon"; > + compatible = "mediatek,mt8195-vdosys0", "mediatek,mt8195-mmsys", "syscon"; > reg = <0 0x1c01a000 0 0x1000>; > mboxes = <&gce0 0 CMDQ_THR_PRIO_4>; > #clock-cells = <1>; > @@ -2555,7 +2555,7 @@ larb1: larb@1c019000 { > }; > > vdosys1: syscon@1c100000 { > - compatible = "mediatek,mt8195-mmsys", "syscon"; > + compatible = "mediatek,mt8195-vdosys1", "syscon"; > reg = <0 0x1c100000 0 0x1000>; > #clock-cells = <1>; > };
diff --git a/arch/arm64/boot/dts/mediatek/mt8195.dtsi b/arch/arm64/boot/dts/mediatek/mt8195.dtsi index 00891bfa564e9..8f1264d5290bf 100644 --- a/arch/arm64/boot/dts/mediatek/mt8195.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8195.dtsi @@ -2369,7 +2369,7 @@ vencsys_core1: clock-controller@1b000000 { }; vdosys0: syscon@1c01a000 { - compatible = "mediatek,mt8195-mmsys", "syscon"; + compatible = "mediatek,mt8195-vdosys0", "mediatek,mt8195-mmsys", "syscon"; reg = <0 0x1c01a000 0 0x1000>; mboxes = <&gce0 0 CMDQ_THR_PRIO_4>; #clock-cells = <1>; @@ -2555,7 +2555,7 @@ larb1: larb@1c019000 { }; vdosys1: syscon@1c100000 { - compatible = "mediatek,mt8195-mmsys", "syscon"; + compatible = "mediatek,mt8195-vdosys1", "syscon"; reg = <0 0x1c100000 0 0x1000>; #clock-cells = <1>; };