diff options
author | Andre Przywara | 2023-01-12 11:22:20 +0000 |
---|---|---|
committer | Andre Przywara | 2023-03-05 23:33:14 +0000 |
commit | 8e2c0ee3bafbc283b58b66d9007847a5a3ed07be (patch) | |
tree | 91ad63a51c7ce1c7b8c773fa131857c426a08c12 /arch/arm/dts/axp803.dtsi | |
parent | 6621cc85f72e478c67801fb4a02fda73a736eebc (diff) |
sunxi: dts: arm64: update devicetree files from Linux v6.2-rc2
Sync the devicetree files from the Linux kernel repo, v6.2-rc2.
This is covering the 64-bit SoCs, from arch/arm64/boot/dts/allwinner.
This enables GPU power management in the kernel for the H6, enables
Bluetooth on the Pinebook, and adds USB to the H616 devices (just
for newer Linux kernels at the moment, U-Boot support is pending).
As before, this omits the non-backwards compatible changes to the R_INTC
controller, to remain compatible with older kernels.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'arch/arm/dts/axp803.dtsi')
-rw-r--r-- | arch/arm/dts/axp803.dtsi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/dts/axp803.dtsi b/arch/arm/dts/axp803.dtsi index 578ef368e2b..a6b4b87f185 100644 --- a/arch/arm/dts/axp803.dtsi +++ b/arch/arm/dts/axp803.dtsi @@ -25,16 +25,6 @@ compatible = "x-powers,axp803-gpio", "x-powers,axp813-gpio"; gpio-controller; #gpio-cells = <2>; - - gpio0_ldo: gpio0-ldo-pin { - pins = "GPIO0"; - function = "ldo"; - }; - - gpio1_ldo: gpio1-ldo-pin { - pins = "GPIO1"; - function = "ldo"; - }; }; battery_power_supply: battery-power { |