summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2019-03-14 21:16:27 +0100
committerMaxime Ripard <maxime.ripard@bootlin.com>2019-03-25 21:26:23 +0100
commita8735656955994fb75fbc835ede2b46052f86b60 (patch)
tree4d2bfde0cdfab1e764dc3c59cf12ec116fb6b06c /arch/arm/boot/dts/sun5i-a13-q8-tablet.dts
parent9d803c1cf8513e82654210fffd805879325d0e22 (diff)
ARM: dts: sun5i: Fix Display Engine DTC warnings
Our display engine endpoints trigger some DTC warnings due to the fact that we're having a single endpoint that doesn't need any reg property, and since we don't have a reg property, we don't need the address-cells and size-cells properties anymore. Fix those Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a13-q8-tablet.dts')
-rw-r--r--arch/arm/boot/dts/sun5i-a13-q8-tablet.dts11
1 files changed, 2 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts b/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts
index 7257f39b31ce..fde559a8b61e 100644
--- a/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts
+++ b/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts
@@ -53,16 +53,9 @@
power-supply = <&reg_vcc3v3>;
enable-gpios = <&axp_gpio 0 GPIO_ACTIVE_HIGH>; /* AXP GPIO0 */
backlight = <&backlight>;
- #address-cells = <1>;
- #size-cells = <0>;
- port@0 {
- reg = <0>;
- #address-cells = <1>;
- #size-cells = <0>;
-
- panel_input: endpoint@0 {
- reg = <0>;
+ port {
+ panel_input: endpoint {
remote-endpoint = <&tcon0_out_lcd>;
};
};