arm64: dts: allwinner: pinebook: Sort device tree nodes
authorSamuel Holland <samuel@sholland.org>
Sun, 19 Jan 2020 16:30:59 +0000 (10:30 -0600)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 10 Feb 2020 07:57:42 +0000 (08:57 +0100)
The r_i2c node should come before r_rsb, and in any case should not
separate the axp803 node from its subnodes.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts

index ff32ca1..77784f7 100644 (file)
        status = "okay";
 };
 
+/* The ANX6345 eDP-bridge is on r_i2c */
+&r_i2c {
+       clock-frequency = <100000>;
+       pinctrl-names = "default";
+       pinctrl-0 = <&r_i2c_pl89_pins>;
+       status = "okay";
+};
+
 &r_rsb {
        status = "okay";
 
        };
 };
 
-/* The ANX6345 eDP-bridge is on r_i2c */
-&r_i2c {
-       clock-frequency = <100000>;
-       pinctrl-names = "default";
-       pinctrl-0 = <&r_i2c_pl89_pins>;
-       status = "okay";
-};
-
 #include "axp803.dtsi"
 
 &ac_power_supply {