mbox series

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

Message ID 20220817142246.828762-1-krzysztof.kozlowski@linaro.org
Headers show
Series mfd/phy/remoteproc: dt-bindings: syscon: be specific | expand

Message

Krzysztof Kozlowski Aug. 17, 2022, 2:22 p.m. UTC
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(-)

Comments

Rob Herring (Arm) Sept. 12, 2022, 6:29 p.m. UTC | #1
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