X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fbcm53xx%2Fpatches-4.4%2F905-BCM53573-minor-hacks.patch;h=9352b0c840f82f32c67ff1b78b932ca1c64be80f;hp=c48170aa976058e1708ca0af6d6f6f4c6a006e96;hb=b964196c68d6727d14bfae868ff428d240e011c9;hpb=27b078e83aa05e66697dfc177d6deb69dd7d4491 diff --git a/target/linux/bcm53xx/patches-4.4/905-BCM53573-minor-hacks.patch b/target/linux/bcm53xx/patches-4.4/905-BCM53573-minor-hacks.patch index c48170aa97..9352b0c840 100644 --- a/target/linux/bcm53xx/patches-4.4/905-BCM53573-minor-hacks.patch +++ b/target/linux/bcm53xx/patches-4.4/905-BCM53573-minor-hacks.patch @@ -11,17 +11,20 @@ Signed-off-by: Rafał Miłecki --- a/arch/arm/boot/dts/bcm53573.dtsi +++ b/arch/arm/boot/dts/bcm53573.dtsi -@@ -44,6 +44,24 @@ +@@ -44,6 +44,27 @@ }; }; -+ ilp: ilp@0 { -+ compatible = "brcm,ns-ilp"; -+ reg = <0x18012000 0x1000>; -+ reg-names = "pmu"; -+ clocks = <&alp>; -+ #clock-cells = <0>; -+ clock-output-names = "ilp"; ++ pmu@18012000 { ++ compatible = "simple-mfd", "syscon"; ++ reg = <0x18012000 0x00001000>; ++ ++ ilp: ilp { ++ compatible = "brcm,bcm53573-ilp"; ++ clocks = <&alp>; ++ #clock-cells = <0>; ++ clock-output-names = "ilp"; ++ }; + }; + + timer {