[PATCH] ARM: mediatek: DT: Move reset controller constants into common location

Matthias Brugger matthias.bgg at gmail.com
Tue Nov 24 10:08:09 PST 2015



On 20/11/15 12:42, Philipp Zabel wrote:
> By popular vote, the DT binding includes for reset controllers are located
> in include/dt-bindings/reset/. Move the mediatek reset constants in there,
> too, to avoid confusion.
>
> Signed-off-by: Philipp Zabel <p.zabel at pengutronix.de>
> ---
>   .../bindings/arm/mediatek/mediatek,infracfg.txt    |  2 +-
>   .../bindings/arm/mediatek/mediatek,pericfg.txt     |  2 +-
>   arch/arm/boot/dts/mt8135.dtsi                      |  2 +-
>   arch/arm64/boot/dts/mediatek/mt8173.dtsi           |  2 +-
>   .../dt-bindings/reset-controller/mt8135-resets.h   | 64 ----------------------
>   .../dt-bindings/reset-controller/mt8173-resets.h   | 63 ---------------------
>   include/dt-bindings/reset/mt8135-resets.h          | 64 ++++++++++++++++++++++
>   include/dt-bindings/reset/mt8173-resets.h          | 63 +++++++++++++++++++++
>   8 files changed, 131 insertions(+), 131 deletions(-)
>   delete mode 100644 include/dt-bindings/reset-controller/mt8135-resets.h
>   delete mode 100644 include/dt-bindings/reset-controller/mt8173-resets.h
>   create mode 100644 include/dt-bindings/reset/mt8135-resets.h
>   create mode 100644 include/dt-bindings/reset/mt8173-resets.h
>

Applied, thanks.




More information about the linux-arm-kernel mailing list