summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sun50i-h6-orangepi.dtsi
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2021-05-25 01:20:25 +0100
committerAndre Przywara <andre.przywara@arm.com>2021-07-10 01:22:09 +0100
commit127e57c671b3e13828e119c28d24aafdb8ee0e6c (patch)
tree2951ff4bafbfeb0354bf51838eace2ef93969a03 /arch/arm/dts/sun50i-h6-orangepi.dtsi
parentfd075f77ca56ffb07e0b1979f0cb47fc8831600f (diff)
arm: dts: sunxi: h6: Update DT files
Update the H6 DT files from the Linux 5.12 release. The changes are minimal (many LED node renames), but also help to enable USB port 0 in U-Boot (later), enable the RSB device (not yet used in U-Boot), and also introduce an MMC frequency limit. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'arch/arm/dts/sun50i-h6-orangepi.dtsi')
-rw-r--r--arch/arm/dts/sun50i-h6-orangepi.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/sun50i-h6-orangepi.dtsi b/arch/arm/dts/sun50i-h6-orangepi.dtsi
index ebc120a923..da0875bd38 100644
--- a/arch/arm/dts/sun50i-h6-orangepi.dtsi
+++ b/arch/arm/dts/sun50i-h6-orangepi.dtsi
@@ -42,13 +42,13 @@
leds {
compatible = "gpio-leds";
- power {
+ led-0 {
label = "orangepi:red:power";
gpios = <&r_pio 0 4 GPIO_ACTIVE_HIGH>; /* PL4 */
default-state = "on";
};
- status {
+ led-1 {
label = "orangepi:green:status";
gpios = <&r_pio 0 7 GPIO_ACTIVE_HIGH>; /* PL7 */
};