diff options
| author | Samuel Holland <samuel@sholland.org> | 2022-04-27 15:31:31 -0500 |
|---|---|---|
| committer | Andre Przywara <andre.przywara@arm.com> | 2022-05-23 00:37:51 +0100 |
| commit | ce00370b873b94cdc85e3d85f55116e14e70412d (patch) | |
| tree | a5964ea073f69f368e019b004c0b90066826d621 /arch/arm/dts/sun50i-h6-cpu-opp.dtsi | |
| parent | 7710282334172bb0b56b4d30ed530d2b856029be (diff) | |
ARM: dts: sun50i: H6: Sync from Linux v5.18-rc1
Copy the devicetree source for the H6 SoC and all existing boards
from the Linux v5.18-rc1 tag.
To maintain ABI compatibility with existing LTS kernels, one change
moving some IP blocks to the r_intc interrupt controller is excluded.
This effectively reverts Linux commits 189bef235dd3 and 73088dfee635.
This commit also adds the following new board devicetrees:
- sun50i-h6-pine-h64-model-b.dts
- sun50i-h6-tanix-tx6-mini.dts
This update should not impact any existing U-Boot functionality.
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'arch/arm/dts/sun50i-h6-cpu-opp.dtsi')
| -rw-r--r-- | arch/arm/dts/sun50i-h6-cpu-opp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/sun50i-h6-cpu-opp.dtsi b/arch/arm/dts/sun50i-h6-cpu-opp.dtsi index 8c6e8536b69..0baf0f8e4d2 100644 --- a/arch/arm/dts/sun50i-h6-cpu-opp.dtsi +++ b/arch/arm/dts/sun50i-h6-cpu-opp.dtsi @@ -3,7 +3,7 @@ // Copyright (C) 2020 Clément Péron <peron.clem@gmail.com> / { - cpu_opp_table: cpu-opp-table { + cpu_opp_table: opp-table-cpu { compatible = "allwinner,sun50i-h6-operating-points"; nvmem-cells = <&cpu_speed_grade>; opp-shared; |
