[PATCH 0/3] mips: lantiq: add British Telecom Home Hub 5A dts

Aleksander Jan Bajkowski posted 3 patches 1 month, 3 weeks ago
.../devicetree/bindings/mips/lantiq/soc.yaml  |  60 ++++++++++
.../devicetree/bindings/vendor-prefixes.yaml  |   2 +
arch/mips/boot/dts/lantiq/Makefile            |   1 +
arch/mips/boot/dts/lantiq/xrx200.dtsi         | 104 ++++++++++++++++++
.../boot/dts/lantiq/xrx200_bt_homehub-v5a.dts |  17 +++
arch/mips/lantiq/Kconfig                      |  10 ++
6 files changed, 194 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mips/lantiq/soc.yaml
create mode 100644 arch/mips/boot/dts/lantiq/xrx200.dtsi
create mode 100644 arch/mips/boot/dts/lantiq/xrx200_bt_homehub-v5a.dts
[PATCH 0/3] mips: lantiq: add British Telecom Home Hub 5A dts
Posted by Aleksander Jan Bajkowski 1 month, 3 weeks ago
This series adds a device tree and bindings for the BT Home Hub 5A router.
It is based on the Lantiq VRX268 SoC. It has 128 MB of RAM and 128 MB of
NAND memory. At the moment, only the peripherals necessary to run the
initramfs image have been added. The remaining peripherals will be added
later. Some of them do not have upstream drivers. This is one of the most
popular Lantiq-based routers within the OpenWRT community.

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>

Aleksander Jan Bajkowski (3):
  dt-bindings: vendor-prefixes: add British Telecom
  mips: lantiq: add British Telecom Home Hub 5A dts
  dt-bindings: mips: lantiq: Add Lantiq platform binding

 .../devicetree/bindings/mips/lantiq/soc.yaml  |  60 ++++++++++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/mips/boot/dts/lantiq/Makefile            |   1 +
 arch/mips/boot/dts/lantiq/xrx200.dtsi         | 104 ++++++++++++++++++
 .../boot/dts/lantiq/xrx200_bt_homehub-v5a.dts |  17 +++
 arch/mips/lantiq/Kconfig                      |  10 ++
 6 files changed, 194 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mips/lantiq/soc.yaml
 create mode 100644 arch/mips/boot/dts/lantiq/xrx200.dtsi
 create mode 100644 arch/mips/boot/dts/lantiq/xrx200_bt_homehub-v5a.dts

-- 
2.47.2
Re: [PATCH 0/3] mips: lantiq: add British Telecom Home Hub 5A dts
Posted by Conor Dooley 1 month, 3 weeks ago
On Wed, Aug 13, 2025 at 04:21:31PM +0200, Aleksander Jan Bajkowski wrote:
> This series adds a device tree and bindings for the BT Home Hub 5A router.
> It is based on the Lantiq VRX268 SoC. It has 128 MB of RAM and 128 MB of
> NAND memory. At the moment, only the peripherals necessary to run the
> initramfs image have been added. The remaining peripherals will be added
> later. Some of them do not have upstream drivers. This is one of the most
> popular Lantiq-based routers within the OpenWRT community.
> 
> Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
> 
> Aleksander Jan Bajkowski (3):
>   dt-bindings: vendor-prefixes: add British Telecom
>   mips: lantiq: add British Telecom Home Hub 5A dts
>   dt-bindings: mips: lantiq: Add Lantiq platform binding

This order is wrong, the bindings must come before the users.