mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 18:12:03 +02:00
arm64: dts: qcom: lemans: Refactor ride/ride-r3 boards based on daughter cards
Ride/Ride-r3 boards used with lemans and derivatives:
- Are composed of multiple daughter cards (SoC-card, display, camera,
ethernet, pcie, sensor, front & backplane, WLAN & BT).
- Across lemans & its derivatives, SoM is changing.
- Across Ride & Ride-r3 board, ethernet card is changing.
Excluding the differences all other cards i.e SoC-card, display,
camera, PCIe, sensor, front & backplane are same across Ride/Ride-r3
boards used with lemans and derivatives.
Describe all the common cards in lemans-ride-common so that it can be
reused for all the variants of ride & ride-r3 platforms in lemans and
derivatives.
Nacked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Wasim Nazir <wasim.nazir@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250803110113.401927-5-wasim.nazir@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
4c0c97b95a
commit
76326da895
|
|
@ -3,14 +3,9 @@
|
|||
* Copyright (c) 2023, Linaro Limited
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
|
||||
|
||||
#include "lemans-auto.dtsi"
|
||||
#include "sa8775p-pmics.dtsi"
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
i2c11 = &i2c11;
|
||||
|
|
@ -5,7 +5,10 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include "sa8775p-ride.dtsi"
|
||||
#include "lemans-auto.dtsi"
|
||||
|
||||
#include "sa8775p-pmics.dtsi"
|
||||
#include "lemans-ride-common.dtsi"
|
||||
#include "lemans-ride-ethernet-aqr115c.dtsi"
|
||||
|
||||
/ {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,10 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include "sa8775p-ride.dtsi"
|
||||
#include "lemans-auto.dtsi"
|
||||
|
||||
#include "sa8775p-pmics.dtsi"
|
||||
#include "lemans-ride-common.dtsi"
|
||||
#include "lemans-ride-ethernet-88ea1512.dtsi"
|
||||
|
||||
/ {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user