[PATCH v2 05/23] arm64: dts: mt8192: Add SCP node

allen-kh.cheng allen-kh.cheng at mediatek.com
Mon Feb 21 04:37:31 PST 2022


On Fri, 2022-02-18 at 13:55 +0100, AngeloGioacchino Del Regno wrote:
> Il 18/02/22 10:16, Allen-KH Cheng ha scritto:
> > Add SCP node for mt8192 SoC.
> > 
> > Signed-off-by: Allen-KH Cheng <allen-kh.cheng at mediatek.com>
> > ---
> >   arch/arm64/boot/dts/mediatek/mt8192.dtsi | 12 ++++++++++++
> >   1 file changed, 12 insertions(+)
> > 
> > diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> > b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> > index f92d8d7afa5d..61aadd7bd397 100644
> > --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> > +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
> > @@ -706,6 +706,18 @@
> >   			status = "disabled";
> >   		};
> >   
> > +		scp: scp at 10500000 {
> > +			compatible = "mediatek,mt8192-scp";
> > +			reg = <0 0x10500000 0 0x100000>,
> > +			    <0 0x10700000 0 0x8000>,
> > +			    <0 0x10720000 0 0xe0000>;
> 
> Please fix indentation:
> 			reg = <0 0x10500000 0 0x100000>,
> 			      <0 0x10700000 0 0x8000>,
> 			      <0 0x10720000 0 0xe0000>;
> 
> 

Hi Angelo,

Thanks for your reminding ,I will correct this in next version.

Thanks.
Allen

> 
> > +			reg-names = "sram", "l1tcm", "cfg";
> > +			interrupts = <GIC_SPI 435 IRQ_TYPE_LEVEL_HIGH
> > 0>;
> > +			clocks = <&infracfg CLK_INFRA_SCPSYS>;
> > +			clock-names = "main";
> > +			status = "disabled";
> > +		};
> > +
> >   		nor_flash: spi at 11234000 {
> >   			compatible = "mediatek,mt8192-nor";
> >   			reg = <0 0x11234000 0 0xe0>;
> 
> 
> 




More information about the linux-arm-kernel mailing list