diff options
| author | Christian Marangi <ansuelsmth@gmail.com> | 2024-01-16 15:53:16 +0100 |
|---|---|---|
| committer | Christian Marangi <ansuelsmth@gmail.com> | 2024-01-16 15:55:02 +0100 |
| commit | acf40c022e3d8949c7bb1f9c5212eb91512ae8a9 (patch) | |
| tree | 8adcbacb64caccdb136aeb534268f8097899685c /target/linux | |
| parent | e8f55817015112608155a6463ca2d8f5b4ca37b2 (diff) | |
| download | upstream-acf40c022e3d8949c7bb1f9c5212eb91512ae8a9.tar.gz upstream-acf40c022e3d8949c7bb1f9c5212eb91512ae8a9.tar.bz2 upstream-acf40c022e3d8949c7bb1f9c5212eb91512ae8a9.zip | |
ipq806x: DTS format fixup for Fortinet FAP-421E
Small clanup and fixup for DTS format for Fortinet FAP-421E.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-fap-421e.dts | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-fap-421e.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-fap-421e.dts index d80e7ecf62a..1902a2f996e 100644 --- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-fap-421e.dts +++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-fap-421e.dts @@ -2,12 +2,13 @@ #include "qcom-ipq8064-smb208.dtsi" #include <dt-bindings/input/input.h> +#include <dt-bindings/leds/common.h> / { model = "Fortinet FAP-421E"; compatible = "fortinet,fap-421e", "qcom,ipq8064"; - memory@0 { + memory@42000000 { device_type = "memory"; reg = <0x42000000 0xe000000>; }; @@ -52,42 +53,43 @@ pinctrl-0 = <&led_pins>; pinctrl-names = "default"; - eth1_amber { + eth1-amber { label = "amber:eth1"; gpios = <&qcom_pinmux 27 GPIO_ACTIVE_LOW>; }; - eth1_yellow { + eth1-yellow { label = "yellow:eth1"; gpios = <&qcom_pinmux 26 GPIO_ACTIVE_LOW>; }; - eth2_amber { + eth2-amber { label = "amber:eth2"; gpios = <&qcom_pinmux 29 GPIO_ACTIVE_LOW>; }; - eth2_yellow { + eth2-yellow { label = "yellow:eth2"; gpios = <&qcom_pinmux 28 GPIO_ACTIVE_LOW>; }; - power_amber { - label = "amber:power"; + power-amber { + function = LED_FUNCTION_POWER; + color = <LED_COLOR_ID_AMBER>; gpios = <&qcom_pinmux 53 GPIO_ACTIVE_LOW>; }; - led_power_yellow: power_yellow { + led_power_yellow: power-yellow { label = "yellow:power"; gpios = <&qcom_pinmux 58 GPIO_ACTIVE_LOW>; }; - 2g_yellow { + 2g-yellow { label = "yellow:2g"; gpios = <&qcom_pinmux 30 GPIO_ACTIVE_LOW>; }; - 5g_yellow { + 5g-yellow { label = "yellow:5g"; gpios = <&qcom_pinmux 64 GPIO_ACTIVE_LOW>; }; @@ -167,23 +169,23 @@ }; &gsbi7 { - status = "okay"; - qcom,mode = <GSBI_PROT_I2C_UART>; -}; -&gsbi7_serial{ status = "okay"; +}; +&gsbi7_serial{ pinctrl-0 = <&uart0_pins>; pinctrl-names = "default"; -}; -&gsbi5 { status = "okay"; +}; +&gsbi5 { qcom,mode = <GSBI_PROT_SPI>; + status = "okay"; + spi@1a280000 { status = "okay"; |
