[PATCH 0/4] mfd/phy/remoteproc: dt-bindings: syscon: be specific

Krzysztof Kozlowski posted 4 patches 3 years, 7 months ago
.../devicetree/bindings/mfd/syscon.yaml       | 14 +++++++++-
.../bindings/phy/hisilicon,hi3660-usb3.yaml   | 22 +++++-----------
.../bindings/phy/hisilicon,hi3670-usb3.yaml   | 26 ++++++-------------
.../bindings/remoteproc/qcom,pil-info.yaml    |  2 +-
4 files changed, 28 insertions(+), 36 deletions(-)
[PATCH 0/4] mfd/phy/remoteproc: dt-bindings: syscon: be specific
Posted by Krzysztof Kozlowski 3 years, 7 months ago
Hi,

The last MFD/syscon patch depends on the previous ones to avoid
dt_binding_check warnings.

I propose to take entire set via Rob's DT tree.

Best regards,
Krzysztof

Krzysztof Kozlowski (4):
  dt-bindings: phy: hisilicon,hi3660-usb3: simplify example
  dt-bindings: phy: hisilicon,hi3670-usb3: simplify example
  dt-bindings: remoteproc: qcom,pil-info: add missing imem compatible
  dt-bindings: mfd: syscon: require specific compatible also for
    simple-mfd

 .../devicetree/bindings/mfd/syscon.yaml       | 14 +++++++++-
 .../bindings/phy/hisilicon,hi3660-usb3.yaml   | 22 +++++-----------
 .../bindings/phy/hisilicon,hi3670-usb3.yaml   | 26 ++++++-------------
 .../bindings/remoteproc/qcom,pil-info.yaml    |  2 +-
 4 files changed, 28 insertions(+), 36 deletions(-)

-- 
2.34.1
Re: [PATCH 0/4] mfd/phy/remoteproc: dt-bindings: syscon: be specific
Posted by Rob Herring 3 years, 7 months ago
On Wed, 17 Aug 2022 17:22:42 +0300, Krzysztof Kozlowski wrote:
> Hi,
> 
> The last MFD/syscon patch depends on the previous ones to avoid
> dt_binding_check warnings.
> 
> I propose to take entire set via Rob's DT tree.

This may have been in the window where PW server moved and stopped 
getting patches, so I missed it until patch 4 got applied and broke 
linux-next...

> 
> Best regards,
> Krzysztof
> 
> Krzysztof Kozlowski (4):
>   dt-bindings: phy: hisilicon,hi3660-usb3: simplify example
>   dt-bindings: phy: hisilicon,hi3670-usb3: simplify example
>   dt-bindings: remoteproc: qcom,pil-info: add missing imem compatible
>   dt-bindings: mfd: syscon: require specific compatible also for
>     simple-mfd

I applied patches 1-3, thanks!

Rob