This series is "v2" of my "smattering of misc dts cleanups" series plus v3 of the tail end of the series adding herobrine-rev1. I've set the version number to the larger of the two to (I hope) help allevitate confusion. For the cleanups, there's not a lot holding this series together except that it fixes a smattering of random dts stuff that I noticed recently. There are not a lot of dependencies and some of the patches could be reordered if desired. Hopefully these look OK and can be applied quickly to avoid conflicts with other work going on. For herobrine-rev1, it can be noted that it's likely that with the introduction of -rev1 we can drop -rev0 support, but we'll keep it for now (though we won't try to "fit it in" and share code with it). This series is confirmed to boot atop the top of the linux qualcomm tree, commit a5ee6b7720cb ("Merge branches 'arm64-defconfig-for-5.18', 'arm64-for-5.18', 'dts-for-5.18', 'arm64-fixes-for-5.17' and 'dts-fixes-for-5.17' into for-next") Changes in v3: - Removed extra blank lines - ("Fix sort order of dp_hot_plug_det") new for v3. - ("Add edp_out port and HPD lines") new for v3. - ("Move pcie1_clkreq pull / drive str to boards") new for v3. - ("sc7280-idp: Disable pull from pcie1_clkreq") new for v3. - ("Remove dp_hot_plug_det pull from SoC dtsi file") new for v3. - ("Add a blank line in the dp node") new for v3. - Rebased atop dts cleanup patches. - Add regulator suffix as per dts cleanup patches. - Set PCIe bias / pull as per dts cleanup patches. - Add dp_hot_plug_det pull as per dts cleanup patches. - Setup SD card same as dts cleanup patches. - ("sc7280: Add the CPU compatible to the soc@0 node") new for v3. - ("Remove "qcom,sc7280" from top-level") patch new for v3. Changes in v2: - Herobrine compatible on one line, not two - Wording change in comments for components enabled per-board - Always sort "bias" above "drive-strength" in pinctrl. - Properly sort "hub_en" pinctrl. - Two comments moved from multiline to single line. - Space after "/delete-property/" Douglas Anderson (14): arm64: dts: qcom: sc7180-trogdor: Add "-regulator" suffix to pp3300_hub arm64: dts: qcom: sc7280-herobrine: Consistently add "-regulator" suffix arm64: dts: qcom: sc7280: Properly sort sdc pinctrl lines arm64: dts: qcom: sc7280: Clean up sdc1 / sdc2 pinctrl arm64: dts: qcom: sc7280-idp: No need for "input-enable" on sw_ctrl arm64: dts: qcom: sc7280: Fix sort order of dp_hot_plug_det / pcie1_clkreq_n arm64: dts: qcom: sc7280: Add edp_out port and HPD lines arm64: dts: qcom: sc7280: Move pcie1_clkreq pull / drive str to boards arm64: dts: qcom: sc7280: Disable pull from pcie1_clkreq arm64: dts: qcom: sc7280: Move dp_hot_plug_det pull from SoC dtsi file arm64: dts: qcom: sc7280: Add a blank line in the dp node arm64: dts: qcom: sc7280: Add herobrine-r1 arm64: dts: qcom: sc7280: Add the CPU compatible to the soc@0 node arm64: dts: qcom: sc7280: Remove "qcom,sc7280" from top-level of boards arch/arm64/boot/dts/qcom/Makefile | 1 + arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 2 +- arch/arm64/boot/dts/qcom/sc7280-crd.dts | 2 +- .../qcom/sc7280-herobrine-herobrine-r0.dts | 97 +-- .../qcom/sc7280-herobrine-herobrine-r1.dts | 313 +++++++ .../arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 785 ++++++++++++++++++ arch/arm64/boot/dts/qcom/sc7280-idp.dts | 2 +- arch/arm64/boot/dts/qcom/sc7280-idp.dtsi | 99 +-- arch/arm64/boot/dts/qcom/sc7280-idp2.dts | 2 +- arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi | 547 ++++++++++++ arch/arm64/boot/dts/qcom/sc7280.dtsi | 182 ++-- 11 files changed, 1845 insertions(+), 187 deletions(-) create mode 100644 arch/arm64/boot/dts/qcom/sc7280-herobrine-herobrine-r1.dts create mode 100644 arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi create mode 100644 arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi -- 2.35.0.rc2.247.g8bbb082509-goog