Commit ab9c2a75 authored by Olof Johansson's avatar Olof Johansson

Merge tag 'qcom-dts-for-5.14' of...

Merge tag 'qcom-dts-for-5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/dt

Qualcomm DTS updates for v5.14

This adds DMA, NAND controllers, USB controller and PHY, RPM, L2CC,
thermal sensors and defines thermal zones. It them enables these for the
RB3011.

* tag 'qcom-dts-for-5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
  ARM: dts: qcom: Enable NAND + USB for RB3011
  ARM: dts: qcom: add L2CC and RPM for IPQ8064
  ARM: dts: qcom: Add USB port definitions to ipq806x
  ARM: dts: qcom: Add tsens details to ipq806x
  ARM: dts: qcom: Add ADM DMA + NAND definitions to ipq806x

Link: https://lore.kernel.org/r/20210614223840.393224-1-bjorn.andersson@linaro.orgSigned-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 2e2ec371 2011fc7a
......@@ -216,6 +216,10 @@ led@7 {
};
};
&adm_dma {
status = "okay";
};
&gmac0 {
status = "okay";
......@@ -251,6 +255,39 @@ &gsbi7_serial {
status = "okay";
};
&hs_phy_1 {
status = "okay";
};
&nand {
status = "okay";
nandcs@0 {
compatible = "qcom,nandcs";
reg = <0>;
nand-ecc-strength = <4>;
nand-bus-width = <8>;
nand-ecc-step-size = <512>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
boot@0 {
label = "RouterBoard NAND 1 Boot";
reg = <0x0000000 0x0800000>;
};
main@800000 {
label = "RouterBoard NAND 1 Main";
reg = <0x0800000 0x7800000>;
};
};
};
};
&qcom_pinmux {
buttons_pins: buttons_pins {
mux {
......@@ -305,4 +342,25 @@ mux {
input-disable;
};
};
usb1_pwr_en_pins: usb1_pwr_en_pins {
mux {
pins = "gpio4";
function = "gpio";
drive-strength = <16>;
bias-disable;
output-high;
};
};
};
&ss_phy_1 {
status = "okay";
};
&usb3_1 {
pinctrl-0 = <&usb1_pwr_en_pins>;
pinctrl-names = "default";
status = "okay";
};
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment