summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sun8i-h3-orangepi-2.dts
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2022-09-13 02:52:52 +0300
committerAndre Przywara <andre.przywara@arm.com>2022-10-18 10:18:22 +0300
commitceda40a8e641b2b085e1c79573f06c4f3336bc5b (patch)
tree863237412aa28a8321e9d53b3bfd106463940b4f /arch/arm/dts/sun8i-h3-orangepi-2.dts
parent7f53f5093b450db5f3add2f8c9d4252c880bbb68 (diff)
downloadu-boot-ceda40a8e641b2b085e1c79573f06c4f3336bc5b.tar.xz
sunxi: dts: arm: update devicetree files
Update the devicetree files from the Linux kernel, version v6.0-rc4. This is covering the 32-bit SoCs, from arch/arm/boot/dts/. This avoids the not backwards-compatible r_intc binding change, to allow older kernels to boot, but the other nodes are updated. Not much change here, the vast majority is actually cosmetic: node names and using symbolic names for the the RTC clocks. The R40 boards gain DVFS support. Some A23/A33 tablet DTs are unified into a single file. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Diffstat (limited to 'arch/arm/dts/sun8i-h3-orangepi-2.dts')
-rw-r--r--arch/arm/dts/sun8i-h3-orangepi-2.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/dts/sun8i-h3-orangepi-2.dts b/arch/arm/dts/sun8i-h3-orangepi-2.dts
index 9daffd90c1..f1f9dbead3 100644
--- a/arch/arm/dts/sun8i-h3-orangepi-2.dts
+++ b/arch/arm/dts/sun8i-h3-orangepi-2.dts
@@ -88,16 +88,16 @@
};
};
- r_gpio_keys {
+ gpio-keys {
compatible = "gpio-keys";
- sw2 {
+ switch-2 {
label = "sw2";
linux,code = <BTN_1>;
gpios = <&r_pio 0 4 GPIO_ACTIVE_LOW>;
};
- sw4 {
+ switch-4 {
label = "sw4";
linux,code = <KEY_POWER>;
gpios = <&r_pio 0 3 GPIO_ACTIVE_LOW>;