Message ID | 20200928151324.2134-4-thunder.leizhen@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | add support for Hisilicon SD5203 SoC | expand |
On Mon, Sep 28, 2020 at 11:13:07PM +0800, Zhen Lei wrote: > Add devicetree binding for Hisilicon SD5203 SoC. > > Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> > --- > Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml > index 6d17309c7c84308..3337eebc61da812 100644 > --- a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml > +++ b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml > @@ -59,4 +59,8 @@ properties: > - description: HiP07 D05 Board > items: > - const: hisilicon,hip07-d05 > + > + - description: SD5203 Board This should be a board compatible and then a SoC compatible. > + items: > + - const: hisilicon,sd5203 > ... > -- > 1.8.3 > >
On 2020/9/29 3:07, Rob Herring wrote: > On Mon, Sep 28, 2020 at 11:13:07PM +0800, Zhen Lei wrote: >> Add devicetree binding for Hisilicon SD5203 SoC. >> >> Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> >> --- >> Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml >> index 6d17309c7c84308..3337eebc61da812 100644 >> --- a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml >> +++ b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml >> @@ -59,4 +59,8 @@ properties: >> - description: HiP07 D05 Board >> items: >> - const: hisilicon,hip07-d05 >> + >> + - description: SD5203 Board > > This should be a board compatible and then a SoC compatible. OK, I will fix it. > >> + items: >> + - const: hisilicon,sd5203 >> ... >> -- >> 1.8.3 >> >> > > . >
diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml index 6d17309c7c84308..3337eebc61da812 100644 --- a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml +++ b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml @@ -59,4 +59,8 @@ properties: - description: HiP07 D05 Board items: - const: hisilicon,hip07-d05 + + - description: SD5203 Board + items: + - const: hisilicon,sd5203 ...
Add devicetree binding for Hisilicon SD5203 SoC. Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> --- Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml | 4 ++++ 1 file changed, 4 insertions(+)