From 03b997bc329607f4654cca49ab0e6613bdc3c823 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 24 Aug 2023 14:18:54 +0200 Subject: [PATCH] Fix RUTX compilation using 6.1 kernel --- .../902-dts-ipq4019-ap-dk04.1.patch | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/6.1/target/linux/ipq40xx/patches-6.1/902-dts-ipq4019-ap-dk04.1.patch b/6.1/target/linux/ipq40xx/patches-6.1/902-dts-ipq4019-ap-dk04.1.patch index ebcd6214..490da055 100644 --- a/6.1/target/linux/ipq40xx/patches-6.1/902-dts-ipq4019-ap-dk04.1.patch +++ b/6.1/target/linux/ipq40xx/patches-6.1/902-dts-ipq4019-ap-dk04.1.patch @@ -102,28 +102,3 @@ }; }; -@@ -103,9 +129,24 @@ - perst-gpio = <&tlmm 38 0x1>; - }; - -+ i2c0: i2c@78b7000 { /* BLSP1 QUP2 */ -+ pinctrl-0 = <&i2c_0_pins>; -+ pinctrl-names = "default"; -+ -+ status = "okay"; -+ }; -+ - qpic-nand@79b0000 { - pinctrl-0 = <&nand_pins>; - pinctrl-names = "default"; - }; -+ -+ crypto@8e3a000 { -+ status = "okay"; -+ }; -+ -+ watchdog@b017000 { -+ status = "okay"; -+ }; - }; - };